Partial refunds
-
I have a problem with partial refunds:
- Manually refund some amount from mpay24’s webinterface
- mpay24’s order status update to
CREDITEDwill trigger an$order->update_status( 'refunded', ...) - In WC 2.4.13 this calls
do_action( 'woocommerce_order_status_refunded', ...), which is hooked up towc_order_fully_refunded()that refunds the maximum possible amount.
Obviously, this screws up sales statistics, but also, it sends transactional email to the customer showing the wrong (full) amount refunded.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Partial refunds’ is closed to new replies.