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: also add pickup_url


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: also add pickup_url in lib
Date: Thu, 30 Nov 2017 02:17:29 +0100

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 8f0a7ae  also add pickup_url in lib
8f0a7ae is described below

commit 8f0a7aec98e6a213f96a05525abe8ec1af0228a9
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 02:17:27 2017 +0100

    also add pickup_url in lib
---
 src/lib/merchant_api_tip_authorize.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_tip_authorize.c 
b/src/lib/merchant_api_tip_authorize.c
index cf0b5bb..3c7899d 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -205,10 +205,12 @@ TALER_MERCHANT_tip_authorize (struct GNUNET_CURL_Context 
*ctx,
                       " s:o," /* amount */
                       " s:s," /* instance */
                       " s:s," /* justification */
+                      " s:s," /* pickup_url */
                       "}",
                       "amount", TALER_JSON_from_amount (amount),
                       "instance", instance,
-                      "justification", justification);
+                      "justification", justification,
+                      "pickup_url", "https://example.com";);
   if (NULL == te_obj)
   {
     GNUNET_break (0);

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



reply via email to

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