@bootpay/client-js 4.1.2 → 4.1.3

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.
@@ -186,6 +186,10 @@ export interface ExtraModel {
186
186
  except_card_companies?: Array<string>;
187
187
  enable_card_companies?: Array<string>;
188
188
  minimum_price_limit?: boolean;
189
+ confirm_grace_seconds?: number;
190
+ automatic_tax?: boolean;
191
+ dynamic_tax_rates?: number;
192
+ tax_rates?: number;
189
193
  }
190
194
  export interface ConfirmModel {
191
195
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {