@bigcommerce/checkout-sdk 1.340.0 → 1.342.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.
@@ -12,6 +12,8 @@ DOM. When a customer clicks on it, it will trigger Apple sheet.
12
12
  ### Properties
13
13
 
14
14
  - [buttonClassName](ApplePayButtonInitializeOptions_2.md#buttonclassname)
15
+ - [buyNowInitializeOptions](ApplePayButtonInitializeOptions_2.md#buynowinitializeoptions)
16
+ - [requiresShipping](ApplePayButtonInitializeOptions_2.md#requiresshipping)
15
17
 
16
18
  ### Methods
17
19
 
@@ -25,6 +27,28 @@ DOM. When a customer clicks on it, it will trigger Apple sheet.
25
27
 
26
28
  The class name of the ApplePay button style.
27
29
 
30
+ ___
31
+
32
+ ### buyNowInitializeOptions
33
+
34
+ • `Optional` **buyNowInitializeOptions**: `Object`
35
+
36
+ The options that are required to initialize Buy Now functionality.
37
+
38
+ #### Type declaration
39
+
40
+ | Name | Type |
41
+ | :------ | :------ |
42
+ | `getBuyNowCartRequestBody?` | () => `void` \| `default` |
43
+
44
+ ___
45
+
46
+ ### requiresShipping
47
+
48
+ • `Optional` **requiresShipping**: `boolean`
49
+
50
+ This option indicates if product requires shipping
51
+
28
52
  ## Methods
29
53
 
30
54
  ### onPaymentAuthorize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.340.0",
3
+ "version": "1.342.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",