php - Problems with PayPal IPN - redirect and post data -
after users have been redirected paypal , completed payment, redirected site (ipn.php). however, turns out sends user using http method.
i'm using following ipn listener: https://github.com/quixotix/php-paypal-ipn/blob/master/ipnlistener.php
however, says "invalid http request method" when user arrives on ipn.php page. it's supposed post data , redirect user. missing paypal setting here or something?
really appreciate on this.
the paypal ipn not occur when redirect users site. users redirected normal confirmation page.
the ipn request happens later. delay can vary quite , occurs when transaction has been confirmed. it's webservice call paypal system.
Comments
Post a Comment