मैं पेपैलएडैप्टिव का उपयोग कर रहा हूं। यह ipn_notification ठीक से भेजता है। ipnNotification कार्रवाई विधि निम्नलिखित के रूप में है -रेलों में सीएसआरएफ टोकन प्रामाणिकता को सत्यापित नहीं कर सकता
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