@houlak/plexo-sdk 0.1.38 → 0.1.39

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.
@@ -265,7 +265,7 @@ var getPlexoSignature = function (fingerprint, response) { return __awaiter(void
265
265
  key = certificate.publicKey.export({ format: 'pem', type: 'pkcs1' });
266
266
  logger_lib_1.default.info(key, 'Generated public key');
267
267
  logger_lib_1.default.info(response.object, 'Raw object');
268
- canonizedObject = (0, exports.canonizeJson)(response.object, ['CreditLimits']);
268
+ canonizedObject = (0, exports.canonizeJson)(response.object, ['CreditLimits', 'creditLimits']);
269
269
  logger_lib_1.default.info(canonizedObject, 'Objeto canonizado');
270
270
  objectInPascalCase = utils_1.caseUtils.toPascalKeys(canonizedObject);
271
271
  objectSorted = sort(objectInPascalCase);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houlak/plexo-sdk",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Node SDK for Plexo payment services",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",