You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking up discount codes shopify.discountCode.lookup({ code: 'XXX' }) Shopify will pass in redirect to the location header automatically. GOT follows redirects resulting in a MaxRedirectsError.
The text was updated successfully, but these errors were encountered:
When looking up discount codes
shopify.discountCode.lookup({ code: 'XXX' })
Shopify will pass in redirect to the location header automatically. GOT follows redirects resulting in aMaxRedirectsError
.The text was updated successfully, but these errors were encountered: