I am also getting this error and emails with errors after upgrading to vm 2.026d, furthermore the paypal payment shows pending in orders, however I receive the funds in paypal.
The client has removed the secondary email in paypal so now there is only one primary email.
When I look for the line to replace code as instructed by Alatak:
"Please change in the file plugins/vmpayment/paypal/paypal/helpers/paypal.php
line 667"
Code: [Select]
if ($paypal_data['receiver_email']!=$this->merchant_email and $paypal_data['business']!=$this->merchant_email) {
with
Quote
if ($paypal_data['receiver_email']!=$this->merchant_email ) {
the line does not exist in this file.
Any updates?
