merchant

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

commit b606c988d589e66b6dd4d26fec553921540c0e2f
parent b43ad0704ee7cba98743efab1aef72d936273649
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Jun 2017 15:18:10 +0200

make db testcase fail, as a reminder of refund logic incomplete.

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -1902,6 +1902,8 @@ postgres_increase_refund_for_contract (void *cls, TALER_B2S (&coin_pub), TALER_amount_to_string (&amount_with_fee), TALER_amount_to_string (&refunded_amount)); + /*NOTE: this makes testcase fail. To keep around until logic has been written*/ + return GNUNET_SYSERR; } if (GNUNET_OK != postgres_commit (cls))