aboutsummaryrefslogtreecommitdiff
path: root/saleor/settings.py
diff options
context:
space:
mode:
authorKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-03 17:42:34 +0100
committerKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2017-02-07 16:40:41 +0100
commit33b786ff46fc124a737f40d4a0357eed83e0224f (patch)
tree18a4c081bc9b3c49b0eecc68e1469e2c0d6d64dc /saleor/settings.py
parent961f8bc4085c2f5a80721c7844085e86bd73b669 (diff)
downloadsaleor-frontend-33b786ff46fc124a737f40d4a0357eed83e0224f.tar.gz
saleor-frontend-33b786ff46fc124a737f40d4a0357eed83e0224f.tar.bz2
saleor-frontend-33b786ff46fc124a737f40d4a0357eed83e0224f.zip
Make payments use SiteSettings
Diffstat (limited to 'saleor/settings.py')
-rw-r--r--saleor/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/saleor/settings.py b/saleor/settings.py
index 8e52f418..273c6455 100644
--- a/saleor/settings.py
+++ b/saleor/settings.py
@@ -242,6 +242,8 @@ LOGIN_REDIRECT_URL = 'home'
GOOGLE_ANALYTICS_TRACKING_ID = os.environ.get('GOOGLE_ANALYTICS_TRACKING_ID')
+PAYMENT_HOST = 'saleor.site.utils.get_domain'
+
PAYMENT_MODEL = 'order.Payment'
PAYMENT_VARIANTS = {