Hello,
My client had setup a recurring payment and put it on his website via a button he created on the PayPal page. In the settings he had set a notify_url that was incorrect. I went in and changed his IPN to be on and used the new IPN handler URL that I wrote and it tested ok with a 1 cent order I made. I went back and changed the notify_url parameter in the advanced settings of the button, but I don't get any IPN events at my handler.
I looked at the IPN history, and all the subscr_payment notices are going to the old URL. That URL is no longer in the settings anywhere, but it still goes there.
Any idea what I'm missing?
Thanks!