From b606c988d589e66b6dd4d26fec553921540c0e2f Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 9 Jun 2017 15:18:10 +0200 Subject: make db testcase fail, as a reminder of refund logic incomplete. --- src/backenddb/plugin_merchantdb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index bea9221d..ee2180dd 100644 --- 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)) -- cgit v1.2.3