[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] 02/03: format string
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] 02/03: format string |
Date: |
Fri, 30 Aug 2019 13:45:05 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository merchant.
commit 2a2a99d6e5463fe5a49fdd967caf36678df9d2e1
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 12:59:02 2019 +0200
format string
---
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 381bb86..9a58ce3 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,
--
To stop receiving notification emails like this one, please contact
address@hidden.