commit 2fda49311732ea460945449b17b3d37e2b05675c
parent 1bba532591292d7df84186509948d7aedca7193e
Author: MS <ms@taler.net>
Date: Thu, 18 Feb 2021 09:51:45 +0100
fix merchant base URL at tanker
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/",