MONEI / Shopify-api-node

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

customerAddress delete #517

Closed mahaboobkhan29 closed 7 months ago

mahaboobkhan29 commented 2 years ago

if i create a address by create(customerId, params) for the 1st time it set as default: true and then if i use this to delete delete(customerId, id) it's not deeting say's Response code 422 (Unprocessable Entity) please let me know what's worng

lpinca commented 2 years ago

You can probably get more details by logging err.response.body where err is the Error instance.

mahaboobkhan29 commented 2 years ago

i got undefined on error when i delete the default address otherwise it's delete perfectly the non default addresss

lpinca commented 7 months ago

I'm closing this due to inactivity.