commit 2a2a99d6e5463fe5a49fdd967caf36678df9d2e1
parent 68247a1449ed0f9559ee4e1b94fd76f5201bb43e
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 30 Aug 2019 12:59:02 +0200
format string
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
@@ -294,7 +294,7 @@ MH_handler_tip_authorize (struct TMH_RequestHandler *rh,
GNUNET_assert (NULL != tip_token_str);
res = TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_OK,
- "{s:o, s:o, s:s, s:o, s:s}",
+ "{s:o, s:o, s:s, s:o}",
"tip_id", GNUNET_JSON_from_data_auto (&tip_id),
"expiration", GNUNET_JSON_from_time_abs (expiration),
"exchange_url", mi->tip_exchange,