summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-06 20:24:05 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-06 20:24:05 +0100
commitb1ccf194316920ff1898cca8c1a34169470dc164 (patch)
tree9fc065452e83b7bfa2718dfba2d1f4c2aea17faf /src/testing/testing_api_cmd_merchant_get_order.c
parent4d920a818432ba757189f9b03a0886a37901dbb2 (diff)
downloadmerchant-b1ccf194316920ff1898cca8c1a34169470dc164.tar.gz
merchant-b1ccf194316920ff1898cca8c1a34169470dc164.tar.bz2
merchant-b1ccf194316920ff1898cca8c1a34169470dc164.zip
updating logic to use new depositcheck tooling (not yet working)
Diffstat (limited to 'src/testing/testing_api_cmd_merchant_get_order.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c4
1 files changed, 1 insertions, 3 deletions
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);