commit 569ef0096bfbbdb5f35ec709a83eb9b8d1043b82
parent 378c3259c030aac0b8443fc61f3294853688ed66
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 18 Jan 2018 22:40:27 +0100
add missing pack format field
Diffstat:
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
@@ -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,