Refund Option broken
-
Hi, if you have the plugin enabled and try to refund to any payment gateway or Terawallet, it spins constantly, its broken basically. If you disable the plugin it works fine to refund Terawallet
I think your plugin is intercepting refunds on orders in the admin order page If I comment out
add_action(‘woocommerce_create_refund’, array(CLASS, ‘doRefund’));
then it works, do something in your doRefund function is intercepting Woocommerce refunds that are not using your Cashflows payment gateway, I think you should check the order has your payment method before intercepting
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Refund Option broken’ is closed to new replies.