gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: fix wrong header name


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix wrong header name
Date: Fri, 23 Aug 2019 19:12:55 +0200

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 16d6598  fix wrong header name
16d6598 is described below

commit 16d6598271195c61f4b0968dd328ba0ca91db1c5
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 23 19:12:46 2019 +0200

    fix wrong header name
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 4cf242b..6f09852 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -316,7 +316,7 @@ def article(article_name, data=None):
         # Redirect the browser to a page where the wallet can
         # run the payment protocol.
         contract_url = pay_status["contract_url"]
-        headers = {"X-Taler-Contract": contract_url}
+        headers = {"X-Taler-Contract-Url": contract_url}
         content = flask.render_template("templates/request_payment.html",
                                          article_name=article_name)
         resp = flask.Response(content, status=402, headers=headers)

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



reply via email to

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