exchange

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

commit 56fa76fc383b1808cd77c35ecc8c1df5bf175e88
parent b35701a95bd9f439c32e559baa4d679eb5676fca
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 13 Aug 2026 20:07:57 +0200

call continuation also in success case

Diffstat:
Msrc/exchange/taler-exchange-httpd_kyc-webhook.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_kyc-webhook.c b/src/exchange/taler-exchange-httpd_kyc-webhook.c @@ -295,7 +295,11 @@ webhook_finished_cb ( kyc_aml_webhook_finished (kwh, TALER_EC_GENERIC_DB_STORE_FAILED, "TEH_kyc_failed"); + break; } + kyc_aml_webhook_finished (kwh, + TALER_EC_NONE, + NULL); break; default: GNUNET_log (