gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix #9155


From: gnunet
Subject: [taler-merchant] branch master updated: fix #9155
Date: Thu, 05 Sep 2024 13:44:33 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2ce46ab2 fix #9155
2ce46ab2 is described below

commit 2ce46ab26b60b6b6a5bb724943ea22304e51c36a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 5 13:44:24 2024 +0200

    fix #9155
---
 src/backenddb/pg_account_kyc_set_status.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/backenddb/pg_account_kyc_set_status.c 
b/src/backenddb/pg_account_kyc_set_status.c
index 68835414..2e2b7911 100644
--- a/src/backenddb/pg_account_kyc_set_status.c
+++ b/src/backenddb/pg_account_kyc_set_status.c
@@ -59,9 +59,10 @@ TMH_PG_account_kyc_set_status (
     NULL != access_token
     ? GNUNET_PQ_query_param_auto_from_type (access_token)
     : GNUNET_PQ_query_param_null (),
-    TALER_PQ_query_param_array_amount (num_limits,
-                                       thresholds,
-                                       pg->conn),
+    TALER_PQ_query_param_array_amount_with_currency (
+      num_limits,
+      thresholds,
+      pg->conn),
     GNUNET_PQ_query_param_array_rel_time (num_limits,
                                           timeframes,
                                           pg->conn),

-- 
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]