Hello,
I've been using a basic IPN script to handle donations for my server, which takes a name & an ID, and once the donation has been handled it puts them into a database.
Within this database, I store the amount they have donated for that specific ID.
About 75% of the time this works flawlessly, however, once in a while the database will have a donation amount of 2x what they donated (and its always 2x).
This is the script I'm using:
http://www.voogru.com/donate_ipn.phps
And it gets called from here:
http://www.voogru.com/donate.php (just a standard html page named php).
I've pretty much pulled out all my hair trying to figure it out. Anyone have an idea?
Thanks.
- voogru.