gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix argument order


From: gnunet
Subject: [taler-exchange] branch master updated: fix argument order
Date: Sun, 12 Nov 2023 14:47:28 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 87f3f523 fix argument order
87f3f523 is described below

commit 87f3f5230f7bbcb02e5b54d66ad3cd2e51ac3c08
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 12 14:47:26 2023 +0100

    fix argument order
---
 src/exchange/taler-exchange-httpd_kyc-webhook.c | 2 +-
 src/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
index cf49a20d..76adfcd8 100644
--- 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
index cca3ab54..f9db2cbc 100644
--- 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[] = {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]