summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-02-18 09:51:45 +0100
committerMS <ms@taler.net>2021-02-18 09:51:45 +0100
commit2fda49311732ea460945449b17b3d37e2b05675c (patch)
treee408ec03f859f2d3846731dfa262d49d6dc8b4a5
parent1bba532591292d7df84186509948d7aedca7193e (diff)
downloaddeployment-2fda49311732ea460945449b17b3d37e2b05675c.tar.gz
deployment-2fda49311732ea460945449b17b3d37e2b05675c.tar.bz2
deployment-2fda49311732ea460945449b17b3d37e2b05675c.zip
fix merchant base URL at tanker
-rw-r--r--bin/taler_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index 649301f..8c81e38 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -38,7 +38,7 @@ def get_urls(envname):
bank = "https://bank.grumla.se/",
backoffice = "https://backoffice.grumla.se/",
exchange = "https://exchange.grumla.se/",
- merchant_backend = "https://backend.grumla.se/",
+ merchant_backend = "https://merchant-backend.grumla.se/",
landing = "https://grumla.se/",
survey = "https://survey.grumla.se/",
sync = "https://sync.grumla.se/",