@bigcommerce/checkout-sdk 1.275.0 → 1.275.1
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/CHANGELOG.md +2 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +1 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/BaseCustomerInitializeOptions.md +4 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -1051,6 +1051,7 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
|
|
|
1051
1051
|
* information in order to initialize the customer step of checkout.
|
|
1052
1052
|
*/
|
|
1053
1053
|
declare interface BaseCustomerInitializeOptions extends CustomerRequestOptions {
|
|
1054
|
+
[key: string]: unknown;
|
|
1054
1055
|
/**
|
|
1055
1056
|
* The options that are required to initialize the customer step of checkout
|
|
1056
1057
|
* when using Amazon Pay.
|