From 50edd697b6dddf5998391ce95a3a6b26c7a10d1d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:24:46 -0500 Subject: change markup from " to `` (three instances) --- taler-merchant-manual.rst | 8 ++++---- 1 file 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 -- cgit v1.2.3