commit c4cf69c98c40acd4f28a480080f17475e7f6d373 parent 28a751c24afd5acc9ad904145120397b6a7e1e7d Author: Antoine A <> Date: Tue, 22 Jul 2025 14:43:05 +0200 corebank: improve conversion rate class API Diffstat:
| M | core/api-corebank.rst | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -97,16 +97,6 @@ Config // How the bank SPA should render this currency. currency_specification: CurrencySpecification; - // External currency used during conversion. - // Only present if conversion is activated on the server - // @since **v9** - fiat_currency?: string; - - // How the bank SPA should render this currency. - // Only present if conversion is activated on the server - // @since **v9** - fiat_currency_specification?: CurrencySpecification; - // TAN channels supported by the server supported_tan_channels: TanChannel[];