diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:24:46 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:24:46 -0500 |
commit | 50edd697b6dddf5998391ce95a3a6b26c7a10d1d (patch) | |
tree | 5576a0a09e2b1892b8fe6437c5ed4e8b0da6716e | |
parent | 12f0ca0b247aabe7b5641bd11c10ba1a4dfc95e4 (diff) | |
download | docs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.tar.gz docs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.tar.bz2 docs-50edd697b6dddf5998391ce95a3a6b26c7a10d1d.zip |
change markup from " to `` (three instances)
-rw-r--r-- | taler-merchant-manual.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 60594b9..ba36818 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 |