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: include instance in ord


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: include instance in order
Date: Tue, 16 Jan 2018 01:38:19 +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 ba2879c  include instance in order
ba2879c is described below

commit ba2879c71fc15c6d9e0a35da631b5b78de59f95f
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 10 14:34:49 2018 +0100

    include instance in order
---
 talerblog/blog/blog.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 481666f..c11fe3d 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -113,6 +113,7 @@ def article(article_name, data=None):
             summary="Essay: " + article_name.replace("_", " "),
             fulfillment_url=make_url("/essay/" + quote(article_name)),
             amount=ARTICLE_AMOUNT,
+            instance=INSTANCE,
         )
         resp = requests.post(urljoin(BACKEND_URL, "proposal"),
                              json=dict(order=order))

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



reply via email to

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