summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-12 21:07:19 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-12 21:07:19 +0200
commit853a2c3d113a36972c63b1b83c22c8292e9740b9 (patch)
treeca1166342d224476c0712ad9b5113de0cd6c5caa /src/backenddb
parent2c1a8504ccc3708d5bd7f8932cdadd4925a9172d (diff)
downloadmerchant-853a2c3d113a36972c63b1b83c22c8292e9740b9.tar.gz
merchant-853a2c3d113a36972c63b1b83c22c8292e9740b9.tar.bz2
merchant-853a2c3d113a36972c63b1b83c22c8292e9740b9.zip
sync
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 2fb1611f..827874d4 100644
--- 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"