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: Allow PUT and POST for


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Allow PUT and POST for /reject
Date: Fri, 08 Dec 2017 15:28:16 +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 14a3424  Allow PUT and POST for /reject
14a3424 is described below

commit 14a3424fd6b5663d1be6ff41cfa8be6d92ceaa4a
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 8 15:27:54 2017 +0100

    Allow PUT and POST for /reject
    
    Documentation and implementation is still inconsistent here ...
---
 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 4bf965f..ec38d08 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -480,7 +480,7 @@ def add_incoming(request, user_account):
 
 
 @csrf_exempt
address@hidden(["PUT"])
address@hidden(["PUT", "POST"])
 def reject(request):
     # FIXME: this is just a dummy implementation to make the
     # exchange test case work for now

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



reply via email to

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