merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit cdd68ba5a9d3dca49f00d4fff07caff600955abb
parent 0bf27e7e97ed2b8b29ca610f8fb15d3194c84f07
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 May 2023 17:36:55 +0200

adjust to minor API change from #7808

Diffstat:
Msrc/backend/taler-merchant-httpd_post-orders-ID-pay.c | 1+
Msrc/backend/taler-merchant-httpd_private-get-orders-ID.c | 1+
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 @@ -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 @@ -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)