@bigcommerce/checkout-sdk 1.244.0 → 1.244.1

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.
@@ -10,6 +10,7 @@
10
10
 
11
11
  ### Properties
12
12
 
13
+ * [checkoutBillingSameAsShippingEnabled](checkoutsettings.md#checkoutbillingsameasshippingenabled)
13
14
  * [enableOrderComments](checkoutsettings.md#enableordercomments)
14
15
  * [enableTermsAndConditions](checkoutsettings.md#enabletermsandconditions)
15
16
  * [features](checkoutsettings.md#features)
@@ -39,6 +40,12 @@
39
40
 
40
41
  ## Properties
41
42
 
43
+ ### checkoutBillingSameAsShippingEnabled
44
+
45
+ • **checkoutBillingSameAsShippingEnabled**: *boolean*
46
+
47
+ ___
48
+
42
49
  ### enableOrderComments
43
50
 
44
51
  • **enableOrderComments**: *boolean*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.244.0",
3
+ "version": "1.244.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",