Hello WooCommerce POS,
I found a bug in your plugin using PayPal Plus in my WooCommerce shop. When I install the WooCommerce POS version from this page (not the PRO version), the possibility – the button – to refund the order via PayPal Plus does not appear anymore in my orders detail screen.
I also found the reason for it. WooCommerce checks if the payment method, saved in the order, is available as a payment gateway in the shop, but the array key of the payment is empty:
So $order->get_payment_method() is paypal_plus, but this key can not be found. When I disable WooCommerce POS everything works fine, so somehow your plugin resets the keys of the payment gateways. Can you check and fix this?
Hello WooCommerce POS, I found a bug in your plugin using PayPal Plus in my WooCommerce shop. When I install the WooCommerce POS version from this page (not the PRO version), the possibility – the button – to refund the order via PayPal Plus does not appear anymore in my orders detail screen.
I also found the reason for it. WooCommerce checks if the payment method, saved in the order, is available as a payment gateway in the shop, but the array key of the payment is empty:
So
$order->get_payment_method()
ispaypal_plus
, but this key can not be found. When I disable WooCommerce POS everything works fine, so somehow your plugin resets the keys of the payment gateways. Can you check and fix this?Thanks.