@bigcommerce/checkout-sdk 1.237.1 → 1.238.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/CHANGELOG.md +21 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +2 -2
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +6 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +3 -3
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/stripeupepaymentinitializeoptions.md +9 -0
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ service.initializePayment({
|
|
|
31
31
|
### Properties
|
|
32
32
|
|
|
33
33
|
* [containerId](stripeupepaymentinitializeoptions.md#containerid)
|
|
34
|
+
* [style](stripeupepaymentinitializeoptions.md#optional-style)
|
|
34
35
|
|
|
35
36
|
## Properties
|
|
36
37
|
|
|
@@ -39,3 +40,11 @@ service.initializePayment({
|
|
|
39
40
|
• **containerId**: *string*
|
|
40
41
|
|
|
41
42
|
The location to insert the credit card number form field.
|
|
43
|
+
|
|
44
|
+
___
|
|
45
|
+
|
|
46
|
+
### `Optional` style
|
|
47
|
+
|
|
48
|
+
• **style**? : *undefined | object*
|
|
49
|
+
|
|
50
|
+
Checkout styles from store theme
|