From 2404dbbda315799180c74376e98747e0b4f6fc21 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 11 Dec 2020 14:51:24 -0500 Subject: dedent (18 instances) --- taler-merchant-manual.rst | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'taler-merchant-manual.rst') diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index e2848604..167b1de5 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -661,32 +661,32 @@ 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 + .. code-block:: console - $ taler-config -s MERCHANT-EXCHANGE-demo \ - -o EXCHANGE_BASE_URL \ - -V https://exchange.demo.taler.net/ + $ taler-config -s MERCHANT-EXCHANGE-demo \ + -o EXCHANGE_BASE_URL \ + -V https://exchange.demo.taler.net/ - - The “MASTER_KEY” option specifies the exchange’s master public key - in base32 encoding. For the Taler demonstrator, use: +- The “MASTER_KEY” option specifies the exchange’s master public key + in base32 encoding. For the Taler demonstrator, use: - .. code-block:: console + .. code-block:: console - $ taler-config -s MERCHANT-EXCHANGE-demo \ - -o MASTER_KEY \ - -V CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 + $ taler-config -s MERCHANT-EXCHANGE-demo \ + -o MASTER_KEY \ + -V CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 - - The “CURRENCY” option specifies the exchange’s currency. - For the Taler demonstrator, use: +- The “CURRENCY” option specifies the exchange’s currency. + For the Taler demonstrator, use: - .. code-block:: console + .. code-block:: console - $ taler-config -s MERCHANT-EXCHANGE-demo \ - -o CURRENCY \ - -V KUDOS + $ taler-config -s MERCHANT-EXCHANGE-demo \ + -o CURRENCY \ + -V KUDOS Note that multiple exchanges can be added to the system by using different tokens in place of ``demo`` in the example above. Note that all of the -- cgit v1.2.3