Estoy usando PaypalAdaptive. Envía ipn_notification correctamente. ipnNotification método de acción es el siguiente -No se puede verificar la autenticidad del token de CSRF en los rieles
def ipn_notification
ipn = PaypalAdaptive::IpnNotification.new
ipn.send_back(request.raw_post.to_json)
print "=====================request.raw_post#{request.raw_post}=============="
if ipn.verified?
PaymentMailer.notify_unknown(request.raw_post).deliver
else
logger.info "IT DIDNT WORK"
end
render :nothing => true
end
pero se está volviendo error
WARNING: Can't verify CSRF token authenticity rails
Cualquier ayuda para este problema.
¿no es la respuesta? – apneadiving
está funcionando gracias. – vajapravin
-1 son mejores cuando se explican – apneadiving