@bigcommerce/checkout-sdk 1.615.0 → 1.617.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.
@@ -13,6 +13,7 @@ through a web page via an iframe provided by the card issuer.
13
13
  ### Properties
14
14
 
15
15
  - [additionalInformation](BraintreeThreeDSecureOptions.md#additionalinformation)
16
+ - [challengeRequested](BraintreeThreeDSecureOptions.md#challengerequested)
16
17
 
17
18
  ### Methods
18
19
 
@@ -31,6 +32,12 @@ through a web page via an iframe provided by the card issuer.
31
32
  | :------ | :------ |
32
33
  | `acsWindowSize?` | ``"01"`` \| ``"02"`` \| ``"03"`` \| ``"04"`` \| ``"05"`` |
33
34
 
35
+ ___
36
+
37
+ ### challengeRequested
38
+
39
+ • `Optional` **challengeRequested**: `boolean`
40
+
34
41
  ## Methods
35
42
 
36
43
  ### addFrame
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.615.0",
3
+ "version": "1.617.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",