PaypalAdaptiveを使用しています。 ipn_notificationを正しく送信します。 ipnNotificationアクションメソッドは、以下の通りである -CSRFトークンの真偽をレールで確認できません
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
が、それは誤り
WARNING: Can't verify CSRF token authenticity rails
にこの問題のためにすべてのヘルプを返します。お使いのコントローラで
答えませんか? – apneadiving
ありがとうございます。 – vajapravin
-1が説明されている方が良いです – apneadiving