@bigcommerce/checkout-sdk 1.719.2 → 1.719.3

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.
@@ -35,6 +35,7 @@
35
35
  - [remoteCheckoutProviders](CheckoutSettings.md#remotecheckoutproviders)
36
36
  - [requiresMarketingConsent](CheckoutSettings.md#requiresmarketingconsent)
37
37
  - [shippingQuoteFailedMessage](CheckoutSettings.md#shippingquotefailedmessage)
38
+ - [shouldRedirectToStorefrontLoginPage](CheckoutSettings.md#shouldredirecttostorefrontloginpage)
38
39
 
39
40
  ## Properties
40
41
 
@@ -213,3 +214,9 @@ ___
213
214
  ### shippingQuoteFailedMessage
214
215
 
215
216
  • **shippingQuoteFailedMessage**: `string`
217
+
218
+ ___
219
+
220
+ ### shouldRedirectToStorefrontLoginPage
221
+
222
+ • **shouldRedirectToStorefrontLoginPage**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.719.2",
3
+ "version": "1.719.3",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",