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: remove arg


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: remove arg
Date: Mon, 22 Jan 2018 04:06:21 +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 2b17089  remove arg
2b17089 is described below

commit 2b17089cf2b7b5e963c2615354248d2c26505908
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 04:06:18 2018 +0100

    remove arg
---
 talerdonations/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerdonations/donations/donations.py 
b/talerdonations/donations/donations.py
index d5c8c3e..0cd6ccd 100644
--- a/talerdonations/donations/donations.py
+++ b/talerdonations/donations/donations.py
@@ -146,7 +146,7 @@ def donate():
 
 
 @app.route("/fulfillment/<receiver>")
-def fulfillment(receiver, order_id):
+def fulfillment(receiver):
     order_id = expect_parameter("order_id")
     pay_params = dict(
         instance=INSTANCE,

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



reply via email to

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