commit 3c969bef73d497bac90b4e38afffea9e91385d3b
parent a53f514666e81ea6a41e0858409a783a7eb5c524
Author: MS <ms@taler.net>
Date: Mon, 20 Feb 2023 21:54:58 +0100
fix warnings (WIP)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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