@bigcommerce/checkout-sdk 1.571.1 → 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.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +3 -3
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/PayPalCommerceCreditPaymentInitializeOptions.md +3 -3
- package/package.json +1 -1
|
@@ -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.
|