gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Return 40


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Return 402 Payment Required for /refund increase
Date: Thu, 22 Jun 2017 23:48:00 +0200

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 9c0b4f6  Return 402 Payment Required for /refund increase
9c0b4f6 is described below

commit 9c0b4f684ffca358330a8751fc371a1fe426cff2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 22 23:47:36 2017 +0200

    Return 402 Payment Required for /refund increase
---
 talerfrontends/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index 09fbf01..c74acd3 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -101,7 +101,7 @@ def refund():
             return backend_error(r)
         response = flask.make_response()
         response.headers["X-Taler-Refund-Url"] = make_url("/refund", 
("order_id", order_id))
-        return response
+        return response, 402
 
     else:
         order_id = expect_parameter("order_id", False)

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



reply via email to

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