paypal - IPN simulator error: Cannot GET /webapps/developer/applications/ipn_simulator/ -
i'm having problems ipn simulator here: https://developer.paypal.com/webapps/developer/applications/ipn_simulator/
sometimes page displayed error: cannot /webapps/developer/applications/ipn_simulator/
sometimes displays page expected, on submitting form page reloads. no message ipn sent, if page opened first time.
i have used ipn simulator page before (a few months ago) , working fine. receiving ipn data, sending back, , getting confirmation.
here first part of ipn handler code. saves ipn data before sending have paypal verify it. however, never executed, since ipn data never sent simulator. error: "cannot /webapps/developer/applications/ipn_simulator/" displayed when loading ipn simulator page, before attempting send anything.
$raw_post_data = file_get_contents('php://input'); // log initial ipn data, before verification error_log(date('[y-m-d h:i e] '). "pre validation ipn data: ".php_eol.$raw_post_data. php_eol.php_eol, 3, log_file);
update: of feb 8 2016, 7:49 pm gmt, working.
update: never mind, worked once, , quit again same error in question title.
Comments
Post a Comment