merchant

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

commit eaadcdebe8085e1085e5af896cd0aa42f4c684b6
parent 4f119d96766e39b6cbb5e27c14a4a5070de7bb88
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  4 May 2026 12:07:31 +0200

debug

Diffstat:
Msrc/backend/taler-merchant-httpd_post-templates-TEMPLATE_ID.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-templates-TEMPLATE_ID.c b/src/backend/taler-merchant-httpd_post-templates-TEMPLATE_ID.c @@ -498,6 +498,9 @@ parse_using_templates_paivana_request ( if (GNUNET_OK != res) { GNUNET_break_op (0); + json_dumpf (uc->hc->request_body, + stderr, + JSON_INDENT (2)); use_finalize_parse (uc, res); return GNUNET_SYSERR;