diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-05 15:08:47 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-05 15:08:47 +0200 | 
| commit | b533026632963efcb01b9a193aa45806e02aafa1 (patch) | |
| tree | d910c055f39ba0176a0bfa3375f12bd2af5b27e2 /src/exchangedb | |
| parent | 73b099cfd5edb3ae8a6e440ddf53d96fb9288558 (diff) | |
adding kyclogic plugin template
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index e9aa7c83..7c066784 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -16589,6 +16589,7 @@ postgres_insert_kyc_requirement_for_account (   * expiration data.   *   * @param cls closure + * @param legi_row row to select by   * @param provider_section provider that must be checked   * @param h_payto account that must be KYC'ed   * @param provider_account_id provider account ID | 
