Hello
You probably have a primary, and a non primary address on your PayPal account
Please change in the file plugins/vmpayment/paypal/paypal/helpers/paypal.php
line 667
if ($paypal_data['receiver_email']!=$this->merchant_email and $paypal_data['business']!=$this->merchant_email) {
with
if ($paypal_data['receiver_email']!=$this->merchant_email ) {
Hello I'm getting this same issue in VM 2.026a however I cant find those lines in the file you mention.
I'm getting an email each 5 minutes...
paypal.2.log.php where is located?
What you mean by 2 emails? in the config of the plugin we have just one set, in the paypal account maybe 2.
Orders remain pending due to this error.
The line I see there is:
if (strcasecmp($paypal_data['receiver_email'],$this->merchant_email)!=0 ) {
which I have tried replacing by:
if ($paypal_data['receiver_email']!=$this->merchant_email ) {
but has no effect.. I went back to 2.024 c for now.
Regards