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 e5f3f2a1..4a03dbfe 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -63,6 +63,7 @@ #include "pg_inactivate_account.h" #include "pg_activate_account.h" #include "pg_lookup_products.h" +#include "pg_lookup_all_products.h" #include "pg_lookup_product.h" #include "pg_delete_product.h" #include "pg_insert_product.h" @@ -407,6 +408,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls) = &TMH_PG_update_transfer_status; plugin->lookup_products = &TMH_PG_lookup_products; + plugin->lookup_all_products + = &TMH_PG_lookup_all_products; plugin->lookup_product = &TMH_PG_lookup_product; plugin->delete_product |