commit 93eeda058bfceac7af8c02943386fb14005cb95b
parent 924ea0fa7760c5766ae3c7e0c146f2f8ad329810
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 14 Jul 2025 23:26:39 +0200
Align returned json fields in token response with docs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-tokens.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-tokens.c
@@ -53,7 +53,7 @@ add_token (void *cls,
GNUNET_JSON_PACK (
GNUNET_JSON_pack_timestamp ("creation_time",
creation_time),
- GNUNET_JSON_pack_timestamp ("expiration_time",
+ GNUNET_JSON_pack_timestamp ("expiration",
expiration_time),
GNUNET_JSON_pack_string ("scope",
as),