gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix merchant base URL at tanke


From: gnunet
Subject: [taler-deployment] branch master updated: fix merchant base URL at tanker
Date: Thu, 18 Feb 2021 09:51:48 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2fda493  fix merchant base URL at tanker
2fda493 is described below

commit 2fda49311732ea460945449b17b3d37e2b05675c
Author: MS <ms@taler.net>
AuthorDate: Thu Feb 18 09:51:45 2021 +0100

    fix merchant base URL at tanker
---
 bin/taler_urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/";,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]