commit 2e9ab98f21bc7675430f86dea54a1c4bebd320e4
parent 17bbb841d54fbcf2cfcb0d8b2abc0e7790a99983
Author: Florian Dold <florian@dold.me>
Date: Mon, 16 Jun 2025 16:28:35 +0200
fix section for CURRENCY in merchant
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -507,7 +507,7 @@ specified using the option
.. code-block:: ini
- [TALER]
+ [MERCHANT]
CURRENCY = EUR # or USD, ...
When testing with the Taler demonstration exchange at
@@ -516,7 +516,7 @@ value to ``KUDOS``:
.. code-block:: ini
- [TALER]
+ [MERCHANT]
CURRENCY = KUDOS
.. note::