VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: motybz on March 09, 2015, 09:57:33 AM

Title: multiple notification in Paypal standard method payment
Post by: motybz on March 09, 2015, 09:57:33 AM
why i got a lot of notification of "payment confirmed"? i tried to change the status to "shipped" but how often status changes itself back to "Payment Confirmed"...
how can i fix it?
Title: Re: multiple notification in Paypal standard method payment
Post by: GJC Web Design on March 09, 2015, 10:34:23 AM
would appear the Paypal IPN is being resent multiple times - you can check your server access logs to see if this is happening
Title: Re: multiple notification in Paypal standard method payment
Post by: motybz on March 09, 2015, 11:16:21 AM
[05/Mar/2015:02:59:20 -0500] "POST /index.php?option=com_virtuemart&view=vmplg&task=notify&tmpl=component&lang=he HTTP/1.0" 1064 2358 "-" "PayPal IPN
[05/Mar/2015:03:10:03 -0500] "POST /index.php?option=com_virtuemart&view=vmplg&task=notify&tmpl=component&lang=he HTTP/1.0" 1064 2358 "-" "PayPal IPN
[05/Mar/2015:03:31:27 -0500] "POST /index.php?option=com_virtuemart&view=vmplg&task=notify&tmpl=component&lang=he HTTP/1.0" 1064 2358 "-" "PayPal IPN

i have a lot of this line in my access log. can i identify the multiple notification problem?
Title: Re: multiple notification in Paypal standard method payment
Post by: motybz on March 11, 2015, 15:10:47 PM
The problem is with Paypal or with virtuemart?