summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)