@bigcommerce/checkout-sdk 1.370.0 → 1.371.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/AmazonPayV2ButtonConfig.md +2 -0
- package/docs/interfaces/WithBuyNowFeature.md +98 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -7543,7 +7543,7 @@ declare interface WithBraintreePaypalCustomerInitializeOptions {
|
|
|
7543
7543
|
braintreepaypal?: BraintreePaypalCustomerInitializeOptions;
|
|
7544
7544
|
}
|
|
7545
7545
|
|
|
7546
|
-
declare interface WithBuyNowFeature {
|
|
7546
|
+
declare interface WithBuyNowFeature extends AmazonPayV2ButtonConfig {
|
|
7547
7547
|
/**
|
|
7548
7548
|
* The options that are required to initialize Buy Now functionality.
|
|
7549
7549
|
*/
|