MONEI / Shopify-api-node

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

[ts] Corrected ICarrierItem type definition. #480

Closed YourWishes closed 3 years ago

YourWishes commented 3 years ago

Carrier callback requests type from Shopify was expecting line item properties to be in format of; { name: string, value: string[] } when the correct type is instead { [key :string]: string }