summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:12:28 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:12:28 +0200
commit19010a2f6d658e78ded8abb02995d9154d22bbf3 (patch)
tree6e57cc815882f3c7845ee7d8c48b82259ce1988d /src
parent564f9d2058519bb8036429534a2f433194567816 (diff)
downloadmerchant-19010a2f6d658e78ded8abb02995d9154d22bbf3.tar.gz
merchant-19010a2f6d658e78ded8abb02995d9154d22bbf3.tar.bz2
merchant-19010a2f6d658e78ded8abb02995d9154d22bbf3.zip
adjust to latest exchange API rename
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c2
2 files changed, 3 insertions, 3 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 72c3e4da..989b7564 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.payment_target_uuid,
+ dr->details.success.legitimization_uuid,
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.payment_target_uuid,
+ dr->details.accepted.legitimization_uuid,
NULL, /* no signature */
NULL, /* no signature */
now,
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 6caa3060..a5557c73 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -533,7 +533,7 @@ deposit_get_cb (void *cls,
gorc->hc->instance->settings.id,
&tq->h_wire,
tq->exchange_url,
- dr->details.accepted.payment_target_uuid,
+ dr->details.accepted.legitimization_uuid,
NULL,
NULL,
now,