Closed pieterpoorthuis closed 4 years ago
Seems to be good idea. I am a bit worried about the changes breaking in old version of Woocommerce.
What is breaking with woocommerce admin plugin
exactly?
Seems to be good idea. I am a bit worried about the changes breaking in old version of Woocommerce.
What is breaking with
woocommerce admin plugin
exactly?
The former IPN processor had the following check:
if (false === $order || ('WC_Order' !== get_class($order) && 'WC_Admin_Order' !== get_class($order))) {
This check was too strict and always failed in our woocommerce install (with the woocommerce admin plugin active).
Ok let me know when you updated PR, will then merge and put new release.
Ok let me know when you updated PR, will then merge and put new release.
PR has been updated
cool thanks, testing it
I pushed 3.0.10 I messed up with bump version on a previous version.