summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 60594b9c..ba368188 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -629,8 +629,8 @@ To add an exchange to the list of trusted payment service providers, you
create a section with a name that starts with “MERCHANT-EXCHANGE-”. In that
section, the following options need to be configured:
-- The “EXCHANGE_BASE_URL” option specifies the exchange’s base URL. For example,
- to use the Taler demonstrator, specify:
+- The ``EXCHANGE_BASE_URL`` option specifies the exchange’s base URL.
+ For example, to use the Taler demonstrator, specify:
.. code-block:: console
@@ -638,7 +638,7 @@ section, the following options need to be configured:
-o EXCHANGE_BASE_URL \
-V https://exchange.demo.taler.net/
-- The “MASTER_KEY” option specifies the exchange’s master public key
+- The ``MASTER_KEY`` option specifies the exchange’s master public key
in base32 encoding. For the Taler demonstrator, use:
.. code-block:: console
@@ -647,7 +647,7 @@ section, the following options need to be configured:
-o MASTER_KEY \
-V CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
-- The “CURRENCY” option specifies the exchange’s currency.
+- The ``CURRENCY`` option specifies the exchange’s currency.
For the Taler demonstrator, use:
.. code-block:: console