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