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: removing redundant c


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: removing redundant condition
Date: Fri, 28 Apr 2023 18:37:48 +0200

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

ms 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 0760498  removing redundant condition
0760498 is described below

commit 0760498b8d84bd6658184b6baa9fdb5745b96b9c
Author: MS <ms@taler.net>
AuthorDate: Fri Apr 28 18:37:42 2023 +0200

    removing redundant condition
---
 talermerchantdemos/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 3074f91..a0761b4 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -483,7 +483,7 @@ def article(article_name, lang=None, data=None):
     # In this case, we can now redirect the browser to the URL that
     # triggers the wallet.
 
-    if flask.request.cookies.get("order_id") and order_status != "paid":
+    if flask.request.cookies.get("order_id"):
         LOGGER.info("Redirecting (with order_id cookies) to", redirect_url)
         return flask.redirect(redirect_url)
 

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