gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: KeyError


From: gnunet
Subject: [taler-bank] branch master updated: KeyError
Date: Thu, 01 Oct 2020 17:58:14 +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 2ce3520  KeyError
2ce3520 is described below

commit 2ce3520c7b4461c9a48a745f98ef7a6486e80eb6
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 17:58:10 2020 +0200

    KeyError
---
 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 9907bfc..0b53bf3 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1401,7 +1401,7 @@ def withdraw_abort_internal(wid):
         return dict(status=409, hint="can't abort confirmed withdrawal")
     op.aborted = True
     op.save()
-    return dict(status=200)
+    return dict(status=200, hint="withdraw successfully aborted")
 
 
 @require_POST

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