gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 203/277: sync


From: gnunet
Subject: [taler-merchant] 203/277: sync
Date: Sun, 05 Jul 2020 20:51:56 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 853a2c3d113a36972c63b1b83c22c8292e9740b9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 12 21:07:19 2020 +0200

    sync
---
 src/backenddb/plugin_merchantdb_postgres.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 2fb1611..827874d 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]