Hello
I have paypal redirect-full now on a form that was working and firing emails when I had paypal-redirect trial.
Problem: the paypal does not seem to send anything to the specified 'notify-url' (=the form +event=ipn).
When I type in the browser the 'notify-url' link it looks as if the events in the 'ipn' event seem to be done - I have an email just before the listener and one after the listener with the code:
<?php
echo'<div>$_POST: '.print_r($_POST, true).'</div>';
?>
of course in this case the POST array is empty.
But from Paypal no ipn message is sent to the notify_url. Also in the simulator if I type ipn again nothing is done.
Please please can you help. I have looked and tested this problem for hours now and I do not seem to find the problem.
Thank you
Amelia
I have paypal redirect-full now on a form that was working and firing emails when I had paypal-redirect trial.
Problem: the paypal does not seem to send anything to the specified 'notify-url' (=the form +event=ipn).
When I type in the browser the 'notify-url' link it looks as if the events in the 'ipn' event seem to be done - I have an email just before the listener and one after the listener with the code:
<?php
echo'<div>$_POST: '.print_r($_POST, true).'</div>';
?>
of course in this case the POST array is empty.
But from Paypal no ipn message is sent to the notify_url. Also in the simulator if I type ipn again nothing is done.
Please please can you help. I have looked and tested this problem for hours now and I do not seem to find the problem.
Thank you
Amelia