Make purchase test for 10 times. 7 of test purchase have such error: "ERROR: the transaction has not been confirmed!" If after that buyer open other page, he will see message "It appears that you did not complete your last order properly. Click here to complete the transaction." Only after clicking he will receive "Success!" message and admin will see purchase. How to fix this?
Very strange, IPN script doesn't seem to be updating the database properly. Anyone else experience any similar issues?
I think coinbase send information about successful transaction to server with some delay after redirecting to callback script. May be will be good to make few seconds delay, after that check status again and if transaction is not confirmed, show error message.