exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d7c753722447211a6ca774f5c754a0817e1e6de2
parent ac8144bb553605ef310962d152cf4cad4338f51f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Nov 2023 14:20:38 +0100

-typo

Diffstat:
Msrc/exchange/taler-exchange-httpd_kyc-check.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_kyc-check.c b/src/exchange/taler-exchange-httpd_kyc-check.c @@ -391,7 +391,7 @@ kyc_check (void *cls, if (kyp->ih_done) return qs; qs = TEH_plugin->get_pending_kyc_requirement_process ( - THE_plugin->cls, + TEH_plugin->cls, &h_payto, kyp->section_name, &redirect_url);