@bigcommerce/checkout-sdk 1.339.0 → 1.340.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.
@@ -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.340.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",