adyen-magento2
adyen-magento2 copied to clipboard
Canceled orders are not refunded
Making your own contribution is easy, encouraged and greatly appreciated! We will put effort into reviewing and merging your PR quickly. For more info, please refer to the contribution guidelines: https://github.com/Adyen/adyen-magento2/blob/develop/CONTRIBUTING.md
Describe the bug A clear and concise description of what the bug is.
I'm not sure if this is a bug or just the normal behaviour, but when an order is cancelled by an administrator, the payment is not refund. If that's the normal behaviour, it would be nice to add an option for this ? In our case there is no scenario where a cancelled order is not refunded. We have to do it manually which takes a lot of time.
To Reproduce Steps to reproduce the behavior:
- Place an order
- Cancel it via backoffice
Expected behavior A clear and concise description of what you expected to happen.
payment is refunded
Actual behavior
A cancel event is sent, but there's no refund.
Magento version 2.4.6-p2
Plugin version 8.21