diff options
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 86dec660..de0b9181 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -36,6 +36,7 @@ #include "pg_get_kyc_limits.h" #include "pg_delete_otp.h" #include "pg_update_otp.h" +#include "pg_account_kyc_set_failed.h" #include "pg_select_otp.h" #include "pg_select_otp_serial.h" #include "pg_insert_login_token.h" @@ -585,6 +586,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls) = &TMH_PG_select_category_by_name; plugin->get_kyc_status = &TMH_PG_get_kyc_status; + plugin->account_kyc_set_failed + = &TMH_PG_account_kyc_set_failed; plugin->get_kyc_limits = &TMH_PG_get_kyc_limits; plugin->select_category |