@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.
@@ -2231,7 +2231,7 @@ function useBuyNow({ withTrack = true } = {}, swrOptions) {
2231
2231
  fbqTrackConfig,
2232
2232
  customAttributes,
2233
2233
  metafieldIdentifiers,
2234
- redirectToCheckout
2234
+ redirectToCheckout = true
2235
2235
  } = arg;
2236
2236
  if (!lineItems || lineItems.length === 0) {
2237
2237
  return;