@bigcommerce/checkout-sdk 1.235.0 → 1.235.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.
- package/CHANGELOG.md +7 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +12 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +2 -2
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/adyenadditionalactionoptions.md +16 -0
- package/docs/interfaces/adyenv2paymentinitializeoptions.md +3 -3
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
### Properties
|
|
14
14
|
|
|
15
15
|
* [containerId](adyenadditionalactionoptions.md#containerid)
|
|
16
|
+
* [widgetSize](adyenadditionalactionoptions.md#optional-widgetsize)
|
|
16
17
|
|
|
17
18
|
### Methods
|
|
18
19
|
|
|
@@ -28,6 +29,21 @@
|
|
|
28
29
|
|
|
29
30
|
The location to insert the additional action component.
|
|
30
31
|
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### `Optional` widgetSize
|
|
35
|
+
|
|
36
|
+
• **widgetSize**? : *undefined | string*
|
|
37
|
+
|
|
38
|
+
Specify Three3DS2Challenge Widget Size
|
|
39
|
+
|
|
40
|
+
Values
|
|
41
|
+
'01' = 250px x 400px
|
|
42
|
+
'02' = 390px x 400px
|
|
43
|
+
'03' = 500px x 600px
|
|
44
|
+
'04' = 600px x 400px
|
|
45
|
+
'05' = 100% x 100%
|
|
46
|
+
|
|
31
47
|
## Methods
|
|
32
48
|
|
|
33
49
|
### `Optional` onBeforeLoad
|
|
@@ -78,7 +78,7 @@ service.initializePayment({
|
|
|
78
78
|
* [options](adyenv2paymentinitializeoptions.md#optional-options)
|
|
79
79
|
* [shouldShowNumberField](adyenv2paymentinitializeoptions.md#optional-shouldshownumberfield)
|
|
80
80
|
* [threeDS2ContainerId](adyenv2paymentinitializeoptions.md#threeds2containerid)
|
|
81
|
-
* [threeDS2Options](adyenv2paymentinitializeoptions.md#threeds2options)
|
|
81
|
+
* [threeDS2Options](adyenv2paymentinitializeoptions.md#optional-threeds2options)
|
|
82
82
|
|
|
83
83
|
### Methods
|
|
84
84
|
|
|
@@ -141,9 +141,9 @@ Use additionalActionOptions instead as this property will be removed in the futu
|
|
|
141
141
|
|
|
142
142
|
___
|
|
143
143
|
|
|
144
|
-
###
|
|
144
|
+
### `Optional` threeDS2Options
|
|
145
145
|
|
|
146
|
-
• **threeDS2Options
|
|
146
|
+
• **threeDS2Options**? : *[AdyenThreeDS2Options](adyenthreeds2options.md)*
|
|
147
147
|
|
|
148
148
|
**`deprecated`**
|
|
149
149
|
Use additionalActionOptions instead as this property will be removed in the future
|