gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: fix instance


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: fix instance
Date: Mon, 22 Jan 2018 04:08:08 +0100

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

dold pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new c4130cf  fix instance
c4130cf is described below

commit c4130cfbd924ce4f75d23a7af34438459f10f4f6
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 04:08:05 2018 +0100

    fix instance
---
 talerdonations/donations/donations.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index 0cd6ccd..5ba4628 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -145,11 +145,11 @@ def donate():
     return flask.redirect(flask.url_for("fulfillment", 
receiver=donation_receiver, order_id=order_id))
 
 
address@hidden("/fulfillment/<receiver>")
address@hidden("/donation/<receiver>")
 def fulfillment(receiver):
     order_id = expect_parameter("order_id")
     pay_params = dict(
-        instance=INSTANCE,
+        instance=receiver,
         order_id=order_id,
     )
 

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



reply via email to

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