commit 853a2c3d113a36972c63b1b83c22c8292e9740b9 parent 2c1a8504ccc3708d5bd7f8932cdadd4925a9172d Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 12 Jun 2020 21:07:19 +0200 sync Diffstat:
| M | src/backenddb/plugin_merchantdb_postgres.c | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -6921,6 +6921,15 @@ libtaler_plugin_merchantdb_postgres_init (void *cls) " WHERE order_serial=$1" " AND session_id=$2", 2), + /* for postgres_lookup_deposits_by_order() */ + // FIXME + /* for postgres_lookup_transfer_deposits_by_order() */ + // FIXME + /* for postgres_insert_deposit_to_transfer() */ + // FIXME + /* for postgres_mark_order_wired() */ + // FIXME + /* for process_refund_cb() used in postgres_increase_refund() */ GNUNET_PQ_make_prepare ("find_refunds_by_coin", "SELECT"