@everymatrix/cashier-method-details 1.37.2 → 1.37.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.37.2",
3
+ "version": "1.37.4",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0a314fe46510038a31ea77b611f22f5429a56d49"
38
+ "gitHead": "863252ebf7c846696d9b388f0d288993dbd5065c"
39
39
  }
@@ -401,7 +401,6 @@
401
401
 
402
402
  if (data.ResponseCode !== ResponseCode.Success) {
403
403
  errorResponseCode = data.ResponseCode;
404
- setErrorResponseCode();
405
404
  return;
406
405
  }
407
406
  xPaymentSessionToken = data.XPaymentSessionToken;