gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: avoid returning information the clie


From: gnunet
Subject: [taler-docs] branch master updated: avoid returning information the client no longer needs
Date: Sun, 17 Oct 2021 12:51:40 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new a44ffa8  avoid returning information the client no longer needs
a44ffa8 is described below

commit a44ffa831b04b723f5cca7964ec0ac50718fdcf8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Oct 17 12:51:35 2021 +0200

    avoid returning information the client no longer needs
---
 core/api-exchange.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index aa371f9..49f29da 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2560,11 +2560,6 @@ typically also view the balance.)
 
     interface TrackTransactionResponse {
 
-      // Payment target that the merchant should
-      // use to check for its KYC status using
-      // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint.
-      payment_target_uuid: Integer;
-
       // Raw wire transfer identifier of the deposit.
       wtid: Base32;
 
@@ -2598,7 +2593,12 @@ typically also view the balance.)
       // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint.
       payment_target_uuid: Integer;
 
+      // True if the KYC check for the merchant has been
+      // satisfied.
+      kyc_ok: boolean;
+
       // Time by which the exchange currently thinks the deposit will be 
executed.
+      // Actual execution may be later if the KYC check is not satisfied by 
then.
       execution_time: Timestamp;
     }
 

-- 
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]