@bigcommerce/checkout-sdk 1.295.0 → 1.296.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.
- package/CHANGELOG.md +7 -0
- package/dist/checkout-button.d.ts +1 -1
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +1 -1
- 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/AmazonPayV2NewButtonParams.md +1 -1
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -763,7 +763,7 @@ declare interface AmazonPayV2NewButtonParams extends AmazonPayV2ButtonConfig {
|
|
|
763
763
|
/**
|
|
764
764
|
* Create Checkout Session configuration.
|
|
765
765
|
*/
|
|
766
|
-
createCheckoutSessionConfig
|
|
766
|
+
createCheckoutSessionConfig?: AmazonPayV2CheckoutSessionConfig;
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
declare enum AmazonPayV2PayOptions {
|