commit 50edd697b6dddf5998391ce95a3a6b26c7a10d1d
parent 12f0ca0b247aabe7b5641bd11c10ba1a4dfc95e4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 8 Feb 2021 03:24:46 -0500
change markup from " to `` (three instances)
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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