summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-04 17:36:55 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-04 17:36:55 +0200
commitcdd68ba5a9d3dca49f00d4fff07caff600955abb (patch)
tree695db7e3273bd5c28dde53e6c5471c925c6e6646 /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parent0bf27e7e97ed2b8b29ca610f8fb15d3194c84f07 (diff)
downloadmerchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.tar.gz
merchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.tar.bz2
merchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.zip
adjust to minor API change from #7808
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index f6489e65..27d98949 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -638,6 +638,7 @@ exchange_found_cb (void *cls,
&tq->h_wire,
&gorc->h_contract_terms,
&tq->coin_pub,
+ GNUNET_TIME_UNIT_ZERO,
&deposit_get_cb,
tq);
if (NULL == tq->dgh)