summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-10-21 12:36:18 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2021-10-21 12:36:18 +0200
commit62d59b76e237d82c3f8952c31949fac410332940 (patch)
tree2bee314d73b312f01af6ba4420c9ffa9fbbd1a84 /core/api-merchant.rst
parent98a642e020994da811f5aa993c8bbbd74c76b724 (diff)
parent8e45ff21dd6fab404b8d1b24dbaee27fea12365a (diff)
downloaddocs-62d59b76e237d82c3f8952c31949fac410332940.tar.gz
docs-62d59b76e237d82c3f8952c31949fac410332940.tar.bz2
docs-62d59b76e237d82c3f8952c31949fac410332940.zip
Merge branch 'master' of ssh://git.taler.net/docs
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 519a4324..d96cdd58 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1274,14 +1274,14 @@ KYC status checks
.. ts:def:: ExchangeKycTimeout
- interface ExchangeKycTimeout {
+ interface ExchangeKycTimeout {
- // Base URL of the exchange this is about.
- exchange_url: string;
+ // Base URL of the exchange this is about.
+ exchange_url: string;
- // Numeric `error code <error-codes>` indicating errors the exchange
- // returned, or TALER_EC_INVALID for none.
- exchange_code: number;
+ // Numeric `error code <error-codes>` indicating errors the exchange
+ // returned, or TALER_EC_INVALID for none.
+ exchange_code: number;
// HTTP status code returned by the exchange when we asked for
// information about the KYC status.