@anker-in/shopify-react 0.1.1-beta.52 → 0.1.1-beta.53

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/dist/index.js CHANGED
@@ -2363,7 +2363,7 @@ function useBuyNow({ withTrack = true } = {}, swrOptions) {
2363
2363
  fbqTrackConfig,
2364
2364
  customAttributes,
2365
2365
  metafieldIdentifiers,
2366
- redirectToCheckout
2366
+ redirectToCheckout = true
2367
2367
  } = arg;
2368
2368
  if (!lineItems || lineItems.length === 0) {
2369
2369
  return;