X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e15b74e6d8f736dfc8a6101e8b9c6583eebd7509..74f7584b18b4386433b4c02336f5adafcae530c5:/src/paypal/urls.py?ds=inline diff --git a/src/paypal/urls.py b/src/paypal/urls.py index aca891850..7adf644a2 100644 --- a/src/paypal/urls.py +++ b/src/paypal/urls.py @@ -9,7 +9,7 @@ urlpatterns = ( path('form/', RedirectView.as_view(url='/towarzystwo/dolacz/')), path('app-form/', RedirectView.as_view(url='/towarzystwo/dolacz/app/')), - path('return/', views.paypal_return, name='paypal_return'), - path('app-return/', views.paypal_return, kwargs={'app': True}, name='paypal_app_return'), + path('return//', views.paypal_return, name='paypal_return'), + path('app-return//', views.paypal_return, kwargs={'app': True}, name='paypal_app_return'), path('cancel/', views.paypal_cancel, name='paypal_cancel'), )