MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
954 stars 280 forks source link

Discount Code lookup redirects #640

Open panoply opened 12 months ago

panoply commented 12 months ago

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.

may-rs commented 11 months ago

Seems that the issue happens when using node v18, it works fine with v16 and v20.