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 missing pack fo


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: add missing pack format field
Date: Thu, 18 Jan 2018 22:40:49 +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 569ef00  add missing pack format field
569ef00 is described below

commit 569ef0096bfbbdb5f35ec709a83eb9b8d1043b82
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 22:40:27 2018 +0100

    add missing pack format field
---
 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 0d23476..a4b48fb 100644
--- a/src/backend/taler-merchant-httpd_tip-authorize.c
+++ b/src/backend/taler-merchant-httpd_tip-authorize.c
@@ -445,7 +445,7 @@ MH_handler_tip_authorize (struct TMH_RequestHandler *rh,
      * tip_redirect_url. */
     res = TMH_RESPONSE_reply_json_pack (connection,
                                         MHD_HTTP_OK,
-                                        "{s:o, s:o, s:s, s:o}",
+                                        "{s:o, s:o, s:s, s:o, 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]