merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 791fa31684c9670863c17f7c7f438b7c79c6f7f9
parent 037be4be58f2348ab39807eaf1f41bd6736d179b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  2 Sep 2017 14:54:28 +0200

properly drop exchange_wire_fees table in test

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -66,6 +66,7 @@ postgres_drop_tables (void *cls) GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_proofs CASCADE;"), GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_contract_terms CASCADE;"), GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS merchant_refunds CASCADE;"), + GNUNET_PQ_make_try_execute ("DROP TABLE IF EXISTS exchange_wire_fees CASCADE;"), GNUNET_PQ_EXECUTE_STATEMENT_END };