@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.mjs CHANGED
@@ -2355,7 +2355,7 @@ function useBuyNow({ withTrack = true } = {}, swrOptions) {
2355
2355
  fbqTrackConfig,
2356
2356
  customAttributes,
2357
2357
  metafieldIdentifiers,
2358
- redirectToCheckout
2358
+ redirectToCheckout = true
2359
2359
  } = arg;
2360
2360
  if (!lineItems || lineItems.length === 0) {
2361
2361
  return;