merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

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

fix #9155

Diffstat:
Msrc/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 @@ -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),