Hello all
I encounter a problem with the establishment of a 2.0.26d VM and paypal payment.
I receive many email like this one:
Hello,
An error with your payment paypal on your store XXXXXXXXXXXX. The details are logged in the file paypal.3.log.php
The VirtueMart Team
log
""""""""
2014-01-24 03:01:57 ERROR IPN notification with invalid amount or currency or email: Array
""""""""""
Someone he already experience these problems?
I find no solution.
Thank you in advance to those who can help me to solve this problem.
Cdlt.!
Hello
Nobody can help me solve this problem?
Thank you in advance to those who take the trouble to answer me.
Cdlt
Hello
please send me the infos logged in that file
QuoteThe details are logged in the file paypal.3.log.php
Yes - seems there are many others with the same situation.
See this thread for some answers - http://forum.virtuemart.net/index.php?topic=120985.0
Appears they added some extra (unnecessary) checks in the payment gateway. In many cases the payment is marked as failed due to the merchant email address being different from the paypal primary email address. Short easy fix is to change the default email address in your paypal account. Of course if this is not possible then like me you will have to wait for VM to pull their finger out and provide an update.
Hello
http://forum.virtuemart.net/index.php?topic=120985.msg413956#msg413956
Quote from: alatak on January 30, 2014, 14:41:41 PM
Hello
please send me the infos logged in that file
QuoteThe details are logged in the file paypal.3.log.php
Hello
I sent the details of the log file you MP.
Thank you for your help.
Cdlt
Cedric
Hello Cedric
Thank you for the log file.
In your case, the reason is that the total amount returned in the IPN is [mc_gross] => 7.18 in [mc_currency] => EUR
but the total amount saved in VM is
[payment_order_total] => 6.00000
[currency_code_3] => EUR
That is the reason why you receive that email.
What is the exact amount of your order?
What is the amount displayed on the paypal payment form?