From d1a98628b2014a3faffd39467a51803b5c4deb36 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Aug 2022 11:51:12 +0200 Subject: -fix FTBFS after exchange API changes --- src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c') 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 989b7564..d0e4752f 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -746,7 +746,7 @@ deposit_get_callback ( kc->mi->settings.id, &kc->wm->h_wire, kc->exchange_url, - dr->details.success.legitimization_uuid, + 0LL, NULL, /* no signature */ NULL, /* no signature */ now, @@ -759,7 +759,7 @@ deposit_get_callback ( kc->mi->settings.id, &kc->wm->h_wire, kc->exchange_url, - dr->details.accepted.legitimization_uuid, + dr->details.accepted.requirement_row, NULL, /* no signature */ NULL, /* no signature */ now, -- cgit v1.2.3