X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8952b9530d943655e552ea660c47e850123c5105..341f0627295cc793f6317f4e2dcb851960749400:/src/paypal/urls.py?ds=sidebyside

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/<key>/', views.paypal_return, name='paypal_return'),
+    path('app-return/<key>/', views.paypal_return, kwargs={'app': True}, name='paypal_app_return'),
     path('cancel/', views.paypal_cancel, name='paypal_cancel'),
 )