merchant

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

commit 6cd589f89eb375a712311e20931757c2e1529a92
parent 1e2adf90d4e1239141426db76c50509751fc614f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  8 Jun 2017 18:32:05 +0200

comment

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

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -197,7 +197,7 @@ postgres_initialize (void *cls) " FROM merchant_deposits" " LEFT OUTER JOIN merchant_refunds USING (coin_pub)" " WHERE merchant_deposits.coin_pub=$1" - /*FIXME, GROUP BY better than ORDER BY*/ + /*FIXME, GROUP BY better than ORDER BY?*/ " ORDER BY merchant_deposits.coin_pub", 1), GNUNET_PQ_make_prepare ("insert_transaction",