X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72fe2a679f27d81c92c65cf005ebf13fae7c7e34..7e1eb02f59f06e2d40e85be4dda05f7a222fe593:/src/paypal/urls.py?ds=sidebyside

diff --git a/src/paypal/urls.py b/src/paypal/urls.py
index 7c4f6933d..4bd64e29e 100644
--- a/src/paypal/urls.py
+++ b/src/paypal/urls.py
@@ -1,5 +1,5 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from django.urls import path
 from django.views.generic import RedirectView
@@ -9,6 +9,7 @@ urlpatterns = (
     path('form/', RedirectView.as_view(url='/pomagam/')),
     path('app-form/', RedirectView.as_view(url='/pomagam/?pk_campaign=aplikacja')),
 
+    path('init/<key>/', views.paypal_init, name='paypal_init'),
     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'),