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?
would appear the Paypal IPN is being resent multiple times - you can check your server access logs to see if this is happening
[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?
The problem is with Paypal or with virtuemart?