gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: http status code


From: gnunet
Subject: [taler-bank] branch master updated: http status code
Date: Tue, 21 Sep 2021 10:39:54 +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 1fe9f28  http status code
1fe9f28 is described below

commit 1fe9f2890f580a6dbaaea620f1f7113390c06c9a
Author: ms <ms@taler.net>
AuthorDate: Tue Sep 21 10:39:44 2021 +0200

    http status code
---
 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 f75d08b..977ecaf 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1185,7 +1185,7 @@ def api_withdraw_operation(request, withdraw_id):
                     code=ErrorCode.BANK_UNKNOWN_ACCOUNT,
                     hint="bank account in payto URI unknown",
                 ),
-                status=HTTPStatus.BAD_REQUEST,  # WTF? NOT_FOUND?
+                status=HTTPStatus.NOT_FOUND
             )
         exchange_account = exchange_user.bankaccount
         selected_reserve_pub = data.get("reserve_pub")

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