|
Rank: Starting Member
Groups: Registered
Joined: 8/2/2011 Posts: 1 Location: Trivandrum
|
IPN script is being executed several times after a single transaction. Thus it is entering multiple times the data into the database. It is giving verified status, but when checking the IPN History it is showing that the status is Failed. Why is it so???
|
|
Rank: Administrator
Groups: Administrators, Registered
Joined: 1/30/2008 Posts: 70 Location: ,
|
Your IPN page is throwing an error and sending paypal another http response other than 200 OK. Check your logs for any server side errors. Also, you need to query teh db to see if teh txn exists already in yoru db. If it does, then ignore it, but fix the above error first. --- Shannon @ PayLoadz.comSell Downloads - eBooks, Videos, Music, Documents, and more...
|