merchant

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

commit 98c381cd5bac33eb01248911cb125aaaa047507b
parent ceef3f90b575b11bd20c95105828bd41f6f04e1b
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 12 Jun 2017 17:37:21 +0200

comments, plus invalidating testcase as reminder of
unimplemented logic

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -1973,7 +1973,10 @@ process_deposits_cb (void *cls, } /*Always commit the smallest as refund*/ - // FIXME, missing the db INSERT + + /*FIXME, insert refund into table; make temporariliy testcase fail*/ + ctx->err = GNUNET_SYSERR; + return; /*FIXME: bug, this erases currency too.*/