How do I allow django-merchant to receive paypal IPN conformations?

本小妞迷上赌 提交于 2019-12-08 20:12:54

SOLVED!!

Just in case someone runs in the same problem:

It is not much documented, but it seems that when in TEST-mode, PayPal IPN notify_url only works if this is on a "standard" port, like :80.

This article helps (in particular Matthew Fox's comment):
http://www.arronwoods.com/blog/2008/09/paypal-ipn-from-the-sandbox-not-working/

For reference, if working under Windows, here is a "quick-and-dirty" way for port forwarding do avoid having to change any setting if you're not already using a default port for your project (substitute port numbers and ip address from the example with yours, of course!):
https://social.technet.microsoft.com/Forums/windowsserver/en-US/417fcbcd-169d-4f7a-8f3a-7a00a91bad66/windows-2012-firewall-port-forwarding?forum=winservercore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!