merchant

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

commit c04113bfc443451bbf02dcd8078f7f74c8c37b23
parent 90c4c6dad6f1e7bac3d44b5b6cd012bbfdf057a8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  2 Oct 2024 22:44:09 +0200

fix #9239

Diffstat:
Msrc/backenddb/pg_get_kyc_status.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/pg_get_kyc_status.c b/src/backenddb/pg_get_kyc_status.c @@ -53,7 +53,7 @@ TMH_PG_get_kyc_status ( struct GNUNET_PQ_ResultSpec rs[] = { GNUNET_PQ_result_spec_allow_null ( GNUNET_PQ_result_spec_auto_from_type ("access_token", - &access_token), + access_token), auth_ok), GNUNET_PQ_result_spec_uint32 ("exchange_http_status", &h32),