You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using your ipn listener for quite a while with no problems (thanks Mike) and have just recently found that I get intermittent false results for $verified = $ipn->verifyIPN() , even though when I resend the IPN post from Paypal they go through ok. Any ideas? The only possible problem I can think of could be using $ipn->usePHPCerts();//leave it up to php-curl as I previously had problems with local certs.
The text was updated successfully, but these errors were encountered:
I have been using your ipn listener for quite a while with no problems (thanks Mike) and have just recently found that I get intermittent false results for
$verified = $ipn->verifyIPN()
, even though when I resend the IPN post from Paypal they go through ok. Any ideas? The only possible problem I can think of could be using$ipn->usePHPCerts();//leave it up to php-curl
as I previously had problems with local certs.The text was updated successfully, but these errors were encountered: