summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py2
1 files changed, 1 insertions, 1 deletions
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)