exchange

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

commit 87f3f5230f7bbcb02e5b54d66ad3cd2e51ac3c08
parent 1b7a1d5c586feeca84095a8dd7c9dda068b76acd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Nov 2023 14:47:26 +0100

fix argument order

Diffstat:
Msrc/exchange/taler-exchange-httpd_kyc-webhook.c | 2+-
Msrc/exchangedb/pg_kyc_provider_account_lookup.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_kyc-webhook.c b/src/exchange/taler-exchange-httpd_kyc-webhook.c @@ -314,7 +314,7 @@ handler_kyc_webhook_generic ( TALER_EC_EXCHANGE_KYC_GENERIC_LOGIC_UNKNOWN, args[0]); } - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "KYC logic `%s' mapped to section %s\n", args[0], kwh->provider_section); diff --git a/src/exchangedb/pg_kyc_provider_account_lookup.c b/src/exchangedb/pg_kyc_provider_account_lookup.c @@ -36,8 +36,8 @@ TEH_PG_kyc_provider_account_lookup ( { struct PostgresClosure *pg = cls; struct GNUNET_PQ_QueryParam params[] = { - GNUNET_PQ_query_param_string (provider_section), GNUNET_PQ_query_param_string (provider_legitimization_id), + GNUNET_PQ_query_param_string (provider_section), GNUNET_PQ_query_param_end }; struct GNUNET_PQ_ResultSpec rs[] = {