@houlak/plexo-sdk 0.1.32 → 0.1.33

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.
@@ -253,7 +253,7 @@ var getPlexoSignature = function (fingerprint, response) { return __awaiter(void
253
253
  };
254
254
  return [2 /*return*/, serverResponse];
255
255
  case 3:
256
- key = (0, crypto_1.createPublicKey)("-----BEGIN CERTIFICATE-----\n ".concat(plexoResponse.Object.Object.Response.Key, "\n -----END CERTIFICATE-----"));
256
+ key = (0, crypto_1.createPublicKey)("-----BEGIN CERTIFICATE-----\n".concat(plexoResponse.Object.Object.Response.Key, "\n-----END CERTIFICATE-----"));
257
257
  logger_lib_1.default.info(plexoResponse.Object.Object.Response.Key, 'plexo');
258
258
  // const key = `-----BEGIN PUBLIC KEY-----\n${plexoRespon
259
259
  // se.Object.Object.Response.Key}\n-----END PUBLIC KEY-----`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houlak/plexo-sdk",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Node SDK for Plexo payment services",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",