summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-02-20 21:54:58 +0100
committerMS <ms@taler.net>2023-02-20 21:54:58 +0100
commit3c969bef73d497bac90b4e38afffea9e91385d3b (patch)
tree0ee2c15266b15f0704ce503d6f501ebf71cc1e1c /libeufin
parenta53f514666e81ea6a41e0858409a783a7eb5c524 (diff)
downloaddocs-3c969bef73d497bac90b4e38afffea9e91385d3b.tar.gz
docs-3c969bef73d497bac90b4e38afffea9e91385d3b.tar.bz2
docs-3c969bef73d497bac90b4e38afffea9e91385d3b.zip
fix warnings (WIP)
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index a15c03a7..91cece91 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -276,7 +276,7 @@ Cashouts
Initiates a conversion to fiat currency. The account to be
credited is the one specified at registration time via the
- `cashout_address` parameter. The account to be
+ *cashout_address* parameter. The account to be
debited is extracted from the authentication credentials.
The bank sends a TAN to the customer to let them confirm the
operation. The request is only available to ordinary users, not
@@ -433,7 +433,7 @@ Cashouts
ratios_and_fees: RatiosAndFees;
// Fiat currency. That is the currency in which
// cash-out operations ultimately wire money.
- fiat_currency: String;
+ fiat_currency: string;
}
.. ts:def:: RatiosAndFees