@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/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/hooks/index.js
CHANGED
|
@@ -2240,7 +2240,7 @@ function useBuyNow({ withTrack = true } = {}, swrOptions) {
|
|
|
2240
2240
|
fbqTrackConfig,
|
|
2241
2241
|
customAttributes,
|
|
2242
2242
|
metafieldIdentifiers,
|
|
2243
|
-
redirectToCheckout
|
|
2243
|
+
redirectToCheckout = true
|
|
2244
2244
|
} = arg;
|
|
2245
2245
|
if (!lineItems || lineItems.length === 0) {
|
|
2246
2246
|
return;
|