Fundraising in PDF.
[wolnelektury.git] / src / funding / __init__.py
index d17c68d..814c964 100644 (file)
@@ -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')