X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1076830cbd3a839d1f332100bf3ac6b1fb24c86a..18aa8ca52202003e5628a882f3469a04d905cc05:/src/funding/urls.py diff --git a/src/funding/urls.py b/src/funding/urls.py index fd9708fdd..c54f600f6 100644 --- a/src/funding/urls.py +++ b/src/funding/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, include from annoy.utils import banner_exempt @@ -20,5 +20,5 @@ urlpatterns = [ path('wylacz_email/', banner_exempt(views.DisableNotifications.as_view()), name='funding_disable_notifications'), path('przylacz//', banner_exempt(views.claim), name='funding_claim'), - path('getpaid/', include('getpaid.urls')), + path('notify//', views.PayUNotifyView.as_view(), name='funding_payu_notify'), ]