merchant

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

commit 251f306aaf12417553b79a76c44e006826cd8708
parent 51b7c05a2efa9c81123aaf3daa47e2ede61acafc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Jun 2026 00:36:11 +0200

fix bug

Diffstat:
Msrc/backend/taler-merchant-httpd_get-private-kyc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_get-private-kyc.c b/src/backend/taler-merchant-httpd_get-private-kyc.c @@ -1548,7 +1548,7 @@ resume_kyc_with_response (struct KycContext *kc) const char *inm; inm = MHD_lookup_connection_value (kc->connection, - MHD_GET_ARGUMENT_KIND, + MHD_HEADER_KIND, MHD_HTTP_HEADER_IF_NONE_MATCH); if ( (NULL == inm) || ('"' != inm[0]) ||