summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-21 11:51:12 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-21 11:51:12 +0200
commitd1a98628b2014a3faffd39467a51803b5c4deb36 (patch)
tree30a77fa7a8a74076603cb4ad6138c49c059b283b /src/backend/taler-merchant-httpd_post-orders-ID-pay.c
parent6a7e7e583e6095ec956cabf49e89b63508729114 (diff)
downloadmerchant-d1a98628b2014a3faffd39467a51803b5c4deb36.tar.gz
merchant-d1a98628b2014a3faffd39467a51803b5c4deb36.tar.bz2
merchant-d1a98628b2014a3faffd39467a51803b5c4deb36.zip
-fix FTBFS after exchange API changes
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
1 files changed, 2 insertions, 2 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 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,