gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: adjust to latest exchange API re


From: gnunet
Subject: [taler-merchant] branch master updated: adjust to latest exchange API rename
Date: Sun, 14 Aug 2022 19:12:30 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 19010a2f adjust to latest exchange API rename
19010a2f is described below

commit 19010a2f6d658e78ded8abb02995d9154d22bbf3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 14 19:12:28 2022 +0200

    adjust to latest exchange API rename
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c    | 4 ++--
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 2 +-
 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]