I was using PayPal Web Standard and receiving IPN notices from my payments perfectly fine for a couple months. Earlier this week it stopped working. I have not changed any of the code for the function in sometime. I figured I would try here as a last resort as PayPal support pretty much just said, "not our problem".
I'm using ruby 1.8.7 and rails 2.3.9. I more or less just followed step by step the railscasts for setting up PayPal standard. http://railscasts.com/episodes/archive?search=paypal
Looking through the logs on the server. I am getting 422 errors with error ActionController::InvalidAuthenticityToken.
I'm already using: protect_from_forgery :except => [:paypal_IPN]
It is not getting to the paypal_ipn function
Any help is appreciated.