gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: add wire_method to


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: add wire_method to proposal terms
Date: Wed, 26 Apr 2017 14:41:46 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0d201c9  add wire_method to proposal terms
0d201c9 is described below

commit 0d201c9977c4c99781ec39237c1757d3950d5c38
Author: Florian Dold <address@hidden>
AuthorDate: Wed Apr 26 14:41:23 2017 +0200

    add wire_method to proposal terms
---
 src/backend/taler-merchant-httpd_proposal.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_proposal.c 
b/src/backend/taler-merchant-httpd_proposal.c
index 0d96a1f..2bfdaad 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -277,6 +277,9 @@ proposal_put (struct MHD_Connection *connection,
                        "H_wire",
                       GNUNET_JSON_from_data_auto (&mi->h_wire));
   json_object_set_new (order,
+                       "wire_method",
+                      json_string (mi->wire_method));
+  json_object_set_new (order,
                        "merchant_pub",
                       GNUNET_JSON_from_data_auto (&mi->pubkey));
 

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



reply via email to

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