summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-20 20:11:41 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-20 20:11:41 +0200
commit7cd22806675516d643ea324a2f58ecb1a9d2dda8 (patch)
tree8ad03be4c6feb7a27ce3151db2a68738a66ec1eb /core/api-merchant.rst
parent9d857925ae7007c9fe818c5446cc417bbedd52aa (diff)
downloaddocs-7cd22806675516d643ea324a2f58ecb1a9d2dda8.tar.gz
docs-7cd22806675516d643ea324a2f58ecb1a9d2dda8.tar.bz2
docs-7cd22806675516d643ea324a2f58ecb1a9d2dda8.zip
-fix indent
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.