gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: return No Content inste


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: return No Content instead of OK
Date: Fri, 08 Dec 2017 15:34:38 +0100

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 8397962  return No Content instead of OK
8397962 is described below

commit 83979627179f040786a05224877d0eafe6e64067
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 8 15:34:32 2017 +0100

    return No Content instead of OK
---
 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 ec38d08..0b0e68b 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -484,7 +484,7 @@ def add_incoming(request, user_account):
 def reject(request):
     # FIXME: this is just a dummy implementation to make the
     # exchange test case work for now
-    return HttpResponse("")
+    return HttpResponse(status=204)
 
 @login_required
 @require_POST

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]