From c8167dba4051a2ef2aedd8c312c8ede7f0e46c8d Mon Sep 17 00:00:00 2001 From: Daniel Rufino <85533532+rufiss@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:56:48 -0300 Subject: [PATCH] Update amplia-client.js --- lib/amplia-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/amplia-client.js b/lib/amplia-client.js index e487516..eecdb49 100644 --- a/lib/amplia-client.js +++ b/lib/amplia-client.js @@ -240,7 +240,7 @@ class AmpliaClient { * @param {string} orderId the ID of the desired order * @param {string} password the password for the certificate * @param {number} keySize the size of the key for this certificate - * @returns {IssueSoftwareCertificateResponse} the response containing the certificate in many formats + * @returns {Promise} the response containing the certificate in many formats */ issueSoftwareCertificate(orderId, password, keySize = null) { return new Promise((resolve, reject) => {