@bigcommerce/checkout-sdk 1.451.0 → 1.452.0

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.
@@ -223,6 +223,9 @@ declare interface GatewayOrderPayment extends OrderPayment {
223
223
  mandate?: {
224
224
  id: string;
225
225
  url?: string;
226
+ mandateText?: {
227
+ [key: string]: string;
228
+ };
226
229
  };
227
230
  }
228
231
 
@@ -75,6 +75,7 @@ ___
75
75
  | Name | Type |
76
76
  | :------ | :------ |
77
77
  | `id` | `string` |
78
+ | `mandateText?` | `Object` |
78
79
  | `url?` | `string` |
79
80
 
80
81
  ___
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.451.0",
3
+ "version": "1.452.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",