@bigcommerce/checkout-sdk 1.339.0 → 1.341.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
@@ -6,8 +6,8 @@
6
6
 
7
7
  ### Properties
8
8
 
9
- - [CheckoutUserExperienceSettings](CheckoutSettings.md#checkoutuserexperiencesettings)
10
9
  - [checkoutBillingSameAsShippingEnabled](CheckoutSettings.md#checkoutbillingsameasshippingenabled)
10
+ - [checkoutUserExperienceSettings](CheckoutSettings.md#checkoutuserexperiencesettings)
11
11
  - [enableOrderComments](CheckoutSettings.md#enableordercomments)
12
12
  - [enableTermsAndConditions](CheckoutSettings.md#enabletermsandconditions)
13
13
  - [features](CheckoutSettings.md#features)
@@ -37,9 +37,15 @@
37
37
 
38
38
  ## Properties
39
39
 
40
- ### CheckoutUserExperienceSettings
40
+ ### checkoutBillingSameAsShippingEnabled
41
+
42
+ • **checkoutBillingSameAsShippingEnabled**: `boolean`
43
+
44
+ ___
45
+
46
+ ### checkoutUserExperienceSettings
41
47
 
42
- • **CheckoutUserExperienceSettings**: `Object`
48
+ • **checkoutUserExperienceSettings**: `Object`
43
49
 
44
50
  #### Type declaration
45
51
 
@@ -49,12 +55,6 @@
49
55
 
50
56
  ___
51
57
 
52
- ### checkoutBillingSameAsShippingEnabled
53
-
54
- • **checkoutBillingSameAsShippingEnabled**: `boolean`
55
-
56
- ___
57
-
58
58
  ### enableOrderComments
59
59
 
60
60
  • **enableOrderComments**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.339.0",
3
+ "version": "1.341.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",