summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-03 20:18:37 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-03 20:18:37 +0200
commitbce6a266ed4e273e40c90ecf68d7e1444f211526 (patch)
treebfc36584202fecbae5c1bb9a54330594019cf4e0 /src/backenddb/plugin_merchantdb_postgres.c
parent02807679d45c7160d74349fbea59792459520b26 (diff)
downloadmerchant-bce6a266ed4e273e40c90ecf68d7e1444f211526.tar.gz
merchant-bce6a266ed4e273e40c90ecf68d7e1444f211526.tar.bz2
merchant-bce6a266ed4e273e40c90ecf68d7e1444f211526.zip
get new taler-merchant-exchange helper 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 72ebd7e4..ca26c01d 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -41,6 +41,7 @@
#include "pg_select_accounts_by_exchange.h"
#include "pg_insert_exchange_account.h"
#include "pg_lookup_reserves.h"
+#include "pg_update_transfer_status.h"
/**
@@ -9504,6 +9505,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
plugin->update_instance_auth = &postgres_update_instance_auth;
plugin->activate_account = &postgres_activate_account;
plugin->inactivate_account = &postgres_inactivate_account;
+ plugin->update_transfer_status
+ = &TMH_PG_update_transfer_status;
plugin->lookup_products = &postgres_lookup_products;
plugin->lookup_product = &postgres_lookup_product;
plugin->delete_product = &postgres_delete_product;