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 variable name


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix variable name
Date: Thu, 18 Jan 2018 01:11:23 +0100

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 bc47af7  fix variable name
bc47af7 is described below

commit bc47af73508845d57c4e8e9c9be0d2e69ca0fc90
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 01:11:20 2018 +0100

    fix variable 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 ac44e15..b575b9c 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -128,7 +128,7 @@ def refund(order_id):
     )
     resp = backend_post("refund", refund_spec)
     if resp.get("refund_redirect_url"):
-        return flask.redirect(pay_status["refund_redirect_url"])
+        return flask.redirect(resp["refund_redirect_url"])
     flask.abort(500)
 
 

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



reply via email to

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