@bigcommerce/checkout-sdk 1.800.0 → 1.801.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/dist/checkout-button.d.ts +0 -4
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +0 -4
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/docs/interfaces/ApplePayButtonInitializeOptions.md +0 -9
- package/package.json +1 -1
|
@@ -24,10 +24,6 @@ declare interface ApplePayButtonInitializeOptions {
|
|
|
24
24
|
* This option indicates if product requires shipping
|
|
25
25
|
*/
|
|
26
26
|
requiresShipping?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Enabling a new version of Apple Pay with using Apple Pay SDK
|
|
29
|
-
*/
|
|
30
|
-
isWebBrowserSupported?: boolean;
|
|
31
27
|
/**
|
|
32
28
|
* The options that are required to initialize Buy Now functionality.
|
|
33
29
|
*/
|