Hi there,
Not sure if this is a bug or if I just missed something.
I have an application which uses a pay once button and it uses the IPN and PDT events handler.
The PDT works perfectly but not the IPN - it does not seem to be firing.
I check the profile in the sandbox and it shows that the IPN was sent each time with a http return code of 200
However, the IPN does not seem to fire. I even deliberately put in a 'wrong' sql statement there and the system does not complain so I gather that the IPN code is not executed.
I tried to use a separate page with an IPN handler on it - and the same thing happens - ie the IPN history under profile tells me that all is well but the IPN code does not seem to be executed
Cheers
AL