@bigcommerce/checkout-sdk 1.753.0 → 1.754.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.
@@ -22,6 +22,7 @@
22
22
  - [method](PaymentMethod.md#method)
23
23
  - [nonce](PaymentMethod.md#nonce)
24
24
  - [returnUrl](PaymentMethod.md#returnurl)
25
+ - [skipRedirectConfirmationAlert](PaymentMethod.md#skipredirectconfirmationalert)
25
26
  - [supportedCards](PaymentMethod.md#supportedcards)
26
27
  - [type](PaymentMethod.md#type)
27
28
 
@@ -87,6 +88,12 @@ ___
87
88
 
88
89
  ___
89
90
 
91
+ ### skipRedirectConfirmationAlert
92
+
93
+ • **skipRedirectConfirmationAlert**: `boolean`
94
+
95
+ ___
96
+
90
97
  ### supportedCards
91
98
 
92
99
  • **supportedCards**: `string`[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.753.0",
3
+ "version": "1.754.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",