merchant

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

commit cc367e62a643235aeb98cca6dccaeb9a855dc705
parent b31e9a374620978d7f988112e3bf160101751740
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Jan 2018 11:59:59 +0100

enable test logic for #5158

Diffstat:
Msrc/lib/test_merchant_api.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -18,9 +18,6 @@ * @brief testcase to test merchant's HTTP API interface * @author Christian Grothoff * @author Marcello Stanisci - * - * TODO: - * - add test logic for pay-abort-refund */ #include "platform.h" #include <taler/taler_exchange_service.h> @@ -4466,7 +4463,6 @@ run (void *cls) .label = "check_bank_empty-10" }, -#if FIXED5158 /* ****************** /pay abort logic ************* */ /* Fill reserve with EUR:10.02, as withdraw fee is 1 ct per @@ -4567,7 +4563,6 @@ run (void *cls) /* Check that there are no other unusual transfers */ { .oc = OC_CHECK_BANK_TRANSFERS_EMPTY, .label = "check_bank_empty-11" }, -#endif /* end of testcase */ { .oc = OC_END }