@bigcommerce/checkout-sdk 1.799.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
|
@@ -12,7 +12,6 @@ DOM. When a customer clicks on it, it will trigger Apple sheet.
|
|
|
12
12
|
### Properties
|
|
13
13
|
|
|
14
14
|
- [buyNowInitializeOptions](ApplePayButtonInitializeOptions.md#buynowinitializeoptions)
|
|
15
|
-
- [isWebBrowserSupported](ApplePayButtonInitializeOptions.md#iswebbrowsersupported)
|
|
16
15
|
- [requiresShipping](ApplePayButtonInitializeOptions.md#requiresshipping)
|
|
17
16
|
|
|
18
17
|
### Methods
|
|
@@ -35,14 +34,6 @@ The options that are required to initialize Buy Now functionality.
|
|
|
35
34
|
|
|
36
35
|
___
|
|
37
36
|
|
|
38
|
-
### isWebBrowserSupported
|
|
39
|
-
|
|
40
|
-
• `Optional` **isWebBrowserSupported**: `boolean`
|
|
41
|
-
|
|
42
|
-
Enabling a new version of Apple Pay with using Apple Pay SDK
|
|
43
|
-
|
|
44
|
-
___
|
|
45
|
-
|
|
46
37
|
### requiresShipping
|
|
47
38
|
|
|
48
39
|
• `Optional` **requiresShipping**: `boolean`
|