-fix SQL query

This commit is contained in:
Christian Grothoff 2023-04-10 23:28:40 +02:00
parent 122c926493
commit 4e9c43954e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ TEH_PG_select_aml_threshold (
"SELECT" "SELECT"
" threshold_val" " threshold_val"
",threshold_frac" ",threshold_frac"
",status"
",kyc_requirement" ",kyc_requirement"
" FROM aml_status" " FROM aml_status"
" WHERE h_payto=$1;"); " WHERE h_payto=$1;");

View File

@ -1947,6 +1947,7 @@ void
TALER_payto_hash (const char *payto, TALER_payto_hash (const char *payto,
struct TALER_PaytoHashP *h_payto); struct TALER_PaytoHashP *h_payto);
/** /**
* Details about a planchet that the customer wants to obtain * Details about a planchet that the customer wants to obtain
* a withdrawal authorization. This is the information that * a withdrawal authorization. This is the information that