IPN tester doesn’t have a IPN_status var
-
I am testing using the “Local testing” method (html forms).
and for a basic test i just send mail to me with the $posted array.
For (unknown to me) reason when i use some set of details i get the $posted details with a IPN_status var in (with the value “Invalid” of course) and when i use another set of details i don’t get this var at all in the $posted array.
So i want to ask:
1) Does the plugin itself add this var after checking with PayPal?
2) Why wouldn’t it be available in the #posted array.
3) Is it a problem or it is ok and i can use the if ($posted[‘IPN_status’] == ‘Verified’) condition anyway?
Thank you very much! a great plugin! very very helpful!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘IPN tester doesn’t have a IPN_status var’ is closed to new replies.