Hello OT friends!
Whenever my friend tries to buy some points in my shop I recieve the payment but he won't recieve the points. I checked phpmyadmin > znote_paypal and I get this error, https://imgur.com/I67VsVR
Can anyone help me?
Edit:
It looks like the error message in the database is inserted through the script ipn.php.
http://pastebin.com/hzKChupP
I believe the function VerifyPaypalIPN should return true at line 76. However, it returns either null or false instead, causing the if statement at line 77 to go to line 122 and insert ERROR: Invalid data into the database. So the problem is probably in VerifyPaypalIPN, does anybody know how to fix it?
Thank you in advance!
Whenever my friend tries to buy some points in my shop I recieve the payment but he won't recieve the points. I checked phpmyadmin > znote_paypal and I get this error, https://imgur.com/I67VsVR
Can anyone help me?

Edit:
It looks like the error message in the database is inserted through the script ipn.php.
http://pastebin.com/hzKChupP
I believe the function VerifyPaypalIPN should return true at line 76. However, it returns either null or false instead, causing the if statement at line 77 to go to line 122 and insert ERROR: Invalid data into the database. So the problem is probably in VerifyPaypalIPN, does anybody know how to fix it?
Thank you in advance!
Last edited: