merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit bc153e998708bb73259688ca105976f7b5a2ff52
parent 692206bdce82ab7d597635e29916a0d6fb38e92b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Nov 2025 16:05:41 +0100

allow 0

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-incoming.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-incoming.c b/src/backend/taler-merchant-httpd_private-get-incoming.c @@ -71,8 +71,9 @@ incoming_cb (void *cls, exchange_url), GNUNET_JSON_pack_uint64 ("expected_transfer_serial_id", expected_transfer_serial_id), - GNUNET_JSON_pack_timestamp ("execution_time", - execution_time), + GNUNET_JSON_pack_allow_null ( + GNUNET_JSON_pack_timestamp ("execution_time", + execution_time)), GNUNET_JSON_pack_bool ("validated", validated), GNUNET_JSON_pack_bool ("confirmed",