MONEI / Shopify-api-node

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

Discount Code lookup redirects #640

Open panoply opened 10 months ago

panoply commented 10 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 9 months ago

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