summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:24:46 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:24:46 -0500
commit50edd697b6dddf5998391ce95a3a6b26c7a10d1d (patch)
tree5576a0a09e2b1892b8fe6437c5ed4e8b0da6716e /taler-merchant-manual.rst
parent12f0ca0b247aabe7b5641bd11c10ba1a4dfc95e4 (diff)
downloaddocs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.tar.gz
docs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.tar.bz2
docs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.zip
change markup from " to `` (three instances)
Diffstat (limited to 'taler-merchant-manual.rst')
-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