gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: blog: use public_reo


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: blog: use public_reorder_url
Date: Thu, 12 Aug 2021 21:10:42 +0200

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

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 1d66634  blog: use public_reorder_url
1d66634 is described below

commit 1d66634cd8f4b5c089be58d62615fc48d3f7163b
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 12 21:10:27 2021 +0200

    blog: use public_reorder_url
---
 talermerchantdemos/blog/blog.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 9722206..7a1fbf1 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -292,6 +292,7 @@ def post_order(article_name, lang):
         amount=ARTICLE_AMOUNT,
         extra=dict(article_name=article_name),
         fulfillment_url=flask.request.base_url,
+        public_reorder_url=flask.request.base_url,
         summary=summary,
         # FIXME: add support for i18n of summary!
         # 10 minutes time for a refund

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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