gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: payto needs trailing slash


From: gnunet
Subject: [taler-deployment] branch master updated: payto needs trailing slash
Date: Thu, 18 Feb 2021 09:26:28 +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 3a292f2  payto needs trailing slash
3a292f2 is described below

commit 3a292f2ec7848f87e501306841bb9a81fde18904
Author: MS <ms@taler.net>
AuthorDate: Thu Feb 18 09:26:25 2021 +0100

    payto needs trailing slash
---
 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 9b4350b..4628ca4 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -42,7 +42,7 @@ def get_urls(envname):
             landing = "https://grumla.se/";,
             survey = "https://survey.grumla.se/";,
             sync = "https://sync.grumla.se/";,
-            talerbank_payto = "payto//x-taler-bank/bank.grumla.se"
+            talerbank_payto = "payto//x-taler-bank/bank.grumla.se/"
     )
     if envname == "local":
         return taler_urls["offline"]

-- 
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]