@bigcommerce/checkout-sdk 1.242.2 → 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*
@@ -33,6 +33,10 @@ service.initializePayment({
33
33
  * [containerId](stripeupepaymentinitializeoptions.md#containerid)
34
34
  * [style](stripeupepaymentinitializeoptions.md#optional-style)
35
35
 
36
+ ### Methods
37
+
38
+ * [onError](stripeupepaymentinitializeoptions.md#optional-onerror)
39
+
36
40
  ## Properties
37
41
 
38
42
  ### containerId
@@ -48,3 +52,17 @@ ___
48
52
  • **style**? : *undefined | object*
49
53
 
50
54
  Checkout styles from store theme
55
+
56
+ ## Methods
57
+
58
+ ### `Optional` onError
59
+
60
+ ▸ **onError**(`error?`: [Error](amazonpaywidgeterror.md#error)): *void*
61
+
62
+ **Parameters:**
63
+
64
+ Name | Type |
65
+ ------ | ------ |
66
+ `error?` | [Error](amazonpaywidgeterror.md#error) |
67
+
68
+ **Returns:** *void*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.242.2",
3
+ "version": "1.244.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",