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 critical missin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: add critical missing comma
Date: Thu, 30 Nov 2017 03:07:59 +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 280aecd  add critical missing comma
280aecd is described below

commit 280aecd3d6e4a87373af2e36c86389799cffb5bf
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 03:02:52 2017 +0100

    add critical missing comma
---
 src/backend/taler-merchant-httpd_tip-authorize.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_tip-authorize.c 
b/src/backend/taler-merchant-httpd_tip-authorize.c
index a8b90d4..ba0886e 100644
--- a/src/backend/taler-merchant-httpd_tip-authorize.c
+++ b/src/backend/taler-merchant-httpd_tip-authorize.c
@@ -200,7 +200,7 @@ MH_handler_tip_authorize (struct TMH_RequestHandler *rh,
                                   TALER_EC_TIP_AUTHORIZE_INSUFFICIENT_FUNDS,
                                   "Insufficient funds for tip");
   }
-  json_t *tip_token = json_pack ("{s:o, s:o, s:s, s:s}"
+  json_t *tip_token = json_pack ("{s:o, s:o, s:s, s:s}",
                                  "tip_id", GNUNET_JSON_from_data_auto 
(&tip_id),
                                  "expiration", GNUNET_JSON_from_time_abs 
(expiration),
                                  "exchange_url", mi->tip_exchange,

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



reply via email to

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