summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-06 14:11:59 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-06 14:12:06 +0100
commit535b53cfc287e197ef5bfe3652ee123e847215fc (patch)
tree076d79f31752ef7f7f7ffc9d248c09c4fa7c3417 /src/backenddb/plugin_merchantdb_postgres.c
parent026de1dda4cffbb973a2192a017974a487907a37 (diff)
downloadmerchant-535b53cfc287e197ef5bfe3652ee123e847215fc.tar.gz
merchant-535b53cfc287e197ef5bfe3652ee123e847215fc.tar.bz2
merchant-535b53cfc287e197ef5bfe3652ee123e847215fc.zip
add taler-merchant-depositcheck to build
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 0e538ba9..e57e617f 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -43,6 +43,7 @@
#include "pg_update_account.h"
#include "pg_lookup_instances.h"
#include "pg_lookup_transfers.h"
+#include "pg_lookup_pending_deposits.h"
#include "pg_update_wirewatch_progress.h"
#include "pg_select_wirewatch_accounts.h"
#include "pg_select_open_transfers.h"
@@ -582,6 +583,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
= &TMH_PG_insert_webhook;
plugin->update_webhook
= &TMH_PG_update_webhook;
+ plugin->lookup_pending_deposits
+ = &TMH_PG_lookup_pending_deposits;
plugin->lookup_webhook_by_event
= &TMH_PG_lookup_webhook_by_event;
plugin->lookup_all_webhooks