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. #481

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; }

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1508daf437efdf9c4ba6dca2c765fc3674c1cb53 on YourWishes:master into 254cf241e0bf7e4811807d4d8ec3135913c45272 on MONEI:master.

lpinca commented 3 years ago

Thank you.