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: logging


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: logging
Date: Thu, 27 Jan 2022 21:09:45 +0100

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 648ce86  logging
648ce86 is described below

commit 648ce867ad0605e5b068c0b03c48e20ca9c747a5
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 27 21:09:41 2022 +0100

    logging
---
 talermerchantdemos/blog/blog.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 2a85cde..d7ccfa2 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -409,7 +409,11 @@ def article(article_name, lang=None, data=None):
 
     # Redirect the browser to a page where the wallet can
     # run the payment protocol.
-    response = flask.redirect(pay_status["order_status_url"])
+    redirect_url = pay_status["order_status_url"]
+    LOGGER.info(
+        "Redirecting (with order_id cookies) to", redirect_url
+    )
+    response = flask.redirect(redirect_url)
     response.set_cookie(
         "order_id",
         order_id,

-- 
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]