checkout / checkout-magento2-plugin

Checkout.com Magento 2 official extension
MIT License
31 stars 31 forks source link

API Refunds Erroring. #525

Open JamesFX2 opened 10 months ago

JamesFX2 commented 10 months ago

PR on https://github.com/checkout/checkout-magento2-plugin/pull/524 - it's caused by you changing the format of the response from an object to an array.

I'd check $response-> in your extension for other places you've missed it.

alexryall commented 9 months ago

For us when making a partial refund via the API the credit memo creation fails but the money is refunded, then the refund webhook calls back and closes the entire order!