@chargehive/types 2.3.21 → 2.3.23

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.
Files changed (2) hide show
  1. package/chargehive.d.ts +1 -0
  2. package/package.json +1 -1
package/chargehive.d.ts CHANGED
@@ -405,6 +405,7 @@ export interface WalletOptionsResponse
405
405
  allowedPaymentMethods: [{
406
406
  connectorId: string;
407
407
  connectorLibrary: string;
408
+ acquirerCountry?: string;
408
409
  /**
409
410
  * @default true
410
411
  */
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "*"
11
11
  },
12
- "version": "2.3.21"
12
+ "version": "2.3.23"
13
13
  }