Adding amazon ipn to payment URLs

pull/1/head
icellama21 2012-04-21 01:09:03 -04:00
parent 91090c60ac
commit 3796002824
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ fps_recur_obj = get_integration("fps")
urlpatterns = patterns(
"regluit.payment.views",
url(r"^paypalipn", "paypalIPN", name="PayPalIPN"),
url(r"^paypalipn", "handleIPN", name="HandleIPN"),
url(r"^amazonipn", "handleIPN", name="HandleIPN"),
)
# Amazon payment URLs