@bigcommerce/checkout-sdk 1.571.0 → 1.572.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.
@@ -71,7 +71,7 @@ ___
71
71
 
72
72
  ### container
73
73
 
74
- • **container**: `string`
74
+ `Optional` **container**: `string`
75
75
 
76
76
  The CSS selector of a container where the payment widget should be inserted into.
77
77
 
@@ -110,7 +110,7 @@ ___
110
110
 
111
111
  ### onValidate
112
112
 
113
- ▸ **onValidate**(`resolve`, `reject`): `Promise`<`void`\>
113
+ `Optional` **onValidate**(`resolve`, `reject`): `Promise`<`void`\>
114
114
 
115
115
  A callback that gets called when a buyer click on Smart Payment Button
116
116
  and should validate payment form.
@@ -132,7 +132,7 @@ ___
132
132
 
133
133
  ### submitForm
134
134
 
135
- ▸ **submitForm**(): `void`
135
+ `Optional` **submitForm**(): `void`
136
136
 
137
137
  A callback for submitting payment form that gets called
138
138
  when buyer approved PayPal account.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.571.0",
3
+ "version": "1.572.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",