gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: conform to latest taler:// URI spec


From: gnunet
Subject: [taler-bank] branch master updated: conform to latest taler:// URI spec
Date: Mon, 27 Jul 2020 10:09:44 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 54d5215  conform to latest taler:// URI spec
54d5215 is described below

commit 54d52154d13dc4c5288936f758f55f20c27716d5
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jul 27 13:39:19 2020 +0530

    conform to latest taler:// URI spec
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index e563604..b7d0600 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -952,7 +952,7 @@ def withdraw_headless_uri(request, user):
     op = TalerWithdrawOperation(amount=amount, withdraw_account=user_account)
     op.save()
     host = request.get_host()
-    taler_withdraw_uri = f"taler://withdraw/{host}/-/{op.withdraw_id}"
+    taler_withdraw_uri = f"taler://withdraw/{host}/{op.withdraw_id}"
     return JsonResponse({"taler_withdraw_uri": taler_withdraw_uri,})
 
 

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