summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-30 12:59:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-30 12:59:02 +0200
commit2a2a99d6e5463fe5a49fdd967caf36678df9d2e1 (patch)
tree5c7827fd52797b9549e625ce85a305f7ffb0be9e
parent68247a1449ed0f9559ee4e1b94fd76f5201bb43e (diff)
downloadmerchant-2a2a99d6e5463fe5a49fdd967caf36678df9d2e1.tar.gz
merchant-2a2a99d6e5463fe5a49fdd967caf36678df9d2e1.tar.bz2
merchant-2a2a99d6e5463fe5a49fdd967caf36678df9d2e1.zip
format string
-rw-r--r--src/backend/taler-merchant-httpd_tip-authorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_tip-authorize.c b/src/backend/taler-merchant-httpd_tip-authorize.c
index 381bb86a..9a58ce3c 100644
--- 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,