summaryrefslogtreecommitdiff
path: root/src
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
parent0bf27e7e97ed2b8b29ca610f8fb15d3194c84f07 (diff)
downloadmerchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.tar.gz
merchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.tar.bz2
merchant-cdd68ba5a9d3dca49f00d4fff07caff600955abb.zip
adjust to minor API change from #7808
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c1
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 81189a6d..853869b7 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -827,6 +827,7 @@ process_kyc_with_exchange (
&kc->wm->h_wire,
&kc->h_contract_terms,
&kc->coin_pub,
+ GNUNET_TIME_UNIT_ZERO,
&deposit_get_callback,
kc);
if (NULL == kc->dg)
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)