commit 2404dbbda315799180c74376e98747e0b4f6fc21
parent c267b41f6bcf157aaadbbd1fbc3b052fc121b86d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 11 Dec 2020 14:51:24 -0500
dedent (18 instances)
Diffstat:
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git 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