gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix params


From: gnunet
Subject: [taler-bank] branch master updated: fix params
Date: Thu, 01 Oct 2020 17:55:41 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 0a3f58d  fix params
0a3f58d is described below

commit 0a3f58d0022bb0e385e114c30f636e6308e3c6ad
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 17:55:35 2020 +0200

    fix params
---
 talerbank/app/views.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index f319599..9907bfc 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1406,8 +1406,8 @@ def withdraw_abort_internal(wid):
 
 @require_POST
 @login_required
-def abort_withdrawal(request, wid):
-    internal_status = withdraw_abort_internal(wid)
+def abort_withdrawal(request, withdraw_id):
+    internal_status = withdraw_abort_internal(withdraw_id)
     set_profile_hint(request, success=internal_status["status"] == 200, 
hint=internal_status["hint"])
     return redirect("profile")
 

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