X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..7a27a3fbc14b2049b8d110db15855a625e4c2455:/src/funding/__init__.py?ds=inline

diff --git a/src/funding/__init__.py b/src/funding/__init__.py
index d17c68d05..814c964bf 100644
--- a/src/funding/__init__.py
+++ b/src/funding/__init__.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.conf import settings as settings
 from catalogue.utils import AppSettings
@@ -11,6 +11,7 @@ class Settings(AppSettings):
     DEFAULT_AMOUNT = 20
     MIN_AMOUNT = 1
     DAYS_NEAR = 2
+    PAYU_POS = '300746'
 
 
 app_settings = Settings('FUNDING')