VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Azote on January 28, 2014, 09:48:24 AM

Title: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: Azote on January 28, 2014, 09:48:24 AM
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.!
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: Azote on January 30, 2014, 11:10:45 AM
Hello


Nobody can help me solve this problem?

Thank you in advance to those who take the trouble to answer me.

Cdlt
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: 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
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: DeeEmm on January 30, 2014, 14:42:06 PM
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.
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: alatak on January 30, 2014, 16:51:16 PM
Hello
http://forum.virtuemart.net/index.php?topic=120985.msg413956#msg413956
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: Azote on February 01, 2014, 15:44:35 PM
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
Title: Re: Bug paypal payment VM2.0.26d 6 Help me please !!!!
Post by: alatak on February 03, 2014, 09:29:04 AM
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?