gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix typos


From: gnunet
Subject: [taler-docs] branch master updated: -fix typos
Date: Tue, 12 Oct 2021 17:00:49 +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 a703e7f  -fix typos
a703e7f is described below

commit a703e7f8af8cb8aff3686ca6352e0cf37116e5de
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 12 17:00:46 2021 +0200

    -fix typos
---
 core/api-exchange.rst | 2 +-
 core/api-merchant.rst | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index d25c2e5..da406ad 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -3373,7 +3373,7 @@ KYC status updates
 
       // EdDSA signature of the exchange affirming the account
       // is KYC'ed, must be of purpose
-      // ``TALER_SIGNATURE_ACCOUNT_SETUP_SUCCESS``
+      // ``TALER_SIGNATURE_EXCHANGE_ACCOUNT_SETUP_SUCCESS``
       // and over `TALER_AccountSetupStatusSignaturePS`.
       exchange_sig: EddsaSignature;
 
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c998154..519a432 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1219,7 +1219,7 @@ KYC status checks
 
   :query h_wire=H_WIRE: *Optional*. If specified, the KYC check should return 
the KYC status only for this wire account. Otherwise, for all wire accounts.
   :query exchange_url=URL: *Optional*. If specified, the KYC check should 
return the KYC status only for the given exchange. Otherwise, for all exchanges 
we interacted with.
-  :query timeout_ms=NUMBER: *Optional.*  If specified, the exchange will
+  :query timeout_ms=NUMBER: *Optional.*  If specified, the merchant will
     wait up to ``timeout_ms`` milliseconds for the exchanges to confirm 
completion of the KYC process(es).
 
   **Response:**
@@ -1261,7 +1261,7 @@ KYC status checks
 
        // URL that the user should open in a browser to
        // proceed with the KYC process (as returned
-       // by the exchange's ``/kyc/`` endpoint).
+       // by the exchange's ``/kyc-check/`` endpoint).
        kyc_url: string;
 
        // Base URL of the exchange this is about.
@@ -1272,9 +1272,9 @@ KYC status checks
 
      }
 
-  .. ts:def:: MerchantAccountKycRedirect
+  .. ts:def:: ExchangeKycTimeout
 
-     interface MerchantAccountKycRedirect {
+     interface ExchangeKycTimeout {
 
        // Base URL of the exchange this is about.
        exchange_url: string;

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