Incompatibility with WC PayPal Payments
-
Hi,
We’ve been experiencing issues with incompatibility between WooCommerce version 7.1.0 and PayPal Payments. In relation to that, we contacted the PayPal Payments plugin support to find a fix and their dev team has found a solution that will be available soon with their latest release PayPal Payments version 2.0.
However, we found that with that version 2.0. your plugin causes a critical error on our website https://prnt.sc/AUjpL6DvcYy0. This error was fixed only after we deactivated Price Based on Country for WooCommerce.
Upon seeing this error, the Paypal Payments’ plugin support said that unfortunately, the way they had to resolve the reported compatibility issue introduced after the WooCommerce 6.9.2 update may break the compatibility with your plugin.
This notice will be added to their latest changelog:
`* Enhancement – Isolate container and modularity deps #972
**NOTE**: if you were extending/modifying the plugin using the modularity system, you will need to add theWooCommerce\PayPalCommerce\Vendor\
prefix for the container/modularity namespaces in your code,
that isPsr\Container\ContainerInterface
becomesWooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface
, andDhii\Modular\Module\ModuleInterface
becomesWooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface
.`In light of that, I’m informing you beforehand that you might need to update your code as well to make it compatible.
Let me know if there’s anything else I can help with to make your plugin usable on our website as well.
Thank you.
- The topic ‘Incompatibility with WC PayPal Payments’ is closed to new replies.