You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
Hi,
The current 3.7.1 of PayPal module can be overrided with this check:
if (!class_exists('PayPal')) { class PayPal extends PayPalModule {...} }
But the PayPal class (paypal.php) add some "define" outside the class and cause warnings: PHP Notice: Constant xxx already defined.
The text was updated successfully, but these errors were encountered: