@houlak/plexo-sdk 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -259,6 +259,7 @@ var getPlexoSignature = function (fingerprint, response) { return __awaiter(void
|
|
|
259
259
|
logger_lib_1.default.info(plexoResponse.Object.Object.Response.Key, 'plexo');
|
|
260
260
|
key = "-----BEGIN PUBLIC KEY-----\n".concat(plexoResponse.Object.Object.Response.Key, "\n-----END PUBLIC KEY-----");
|
|
261
261
|
logger_lib_1.default.info(key, 'Llave publica generada');
|
|
262
|
+
logger_lib_1.default.info(response.signature, 'Firma recibida');
|
|
262
263
|
canonizedObject = (0, exports.canonizeJson)(response.object);
|
|
263
264
|
objectInPascalCase = utils_1.caseUtils.toPascalKeys(canonizedObject);
|
|
264
265
|
objectSorted = sort(objectInPascalCase);
|