From b1ccf194316920ff1898cca8c1a34169470dc164 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Jan 2024 20:24:05 +0100 Subject: updating logic to use new depositcheck tooling (not yet working) --- src/testing/testing_api_cmd_merchant_get_order.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/testing/testing_api_cmd_merchant_get_order.c') diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index 642fbed6..f30c43ad 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2020 Taler Systems SA + Copyright (C) 2020-2024 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -536,7 +536,6 @@ merchant_get_order_run (void *cls, gos->merchant_url, order_id, NULL, - true, GNUNET_TIME_UNIT_ZERO, &merchant_get_order_cb, gos); @@ -858,7 +857,6 @@ merchant_poll_order_start_run (void *cls, pos->merchant_url, pos->order_id, NULL, - false, pos->timeout, &merchant_poll_order_cb, pos); -- cgit v1.2.3