summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-11 14:51:24 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-11 14:51:24 -0500
commit2404dbbda315799180c74376e98747e0b4f6fc21 (patch)
tree0ec43e418c0c3b9fb922fd368b2174bda09b4c4e
parentc267b41f6bcf157aaadbbd1fbc3b052fc121b86d (diff)
downloaddocs-2404dbbda315799180c74376e98747e0b4f6fc21.tar.gz
docs-2404dbbda315799180c74376e98747e0b4f6fc21.tar.bz2
docs-2404dbbda315799180c74376e98747e0b4f6fc21.zip
dedent (18 instances)
-rw-r--r--taler-merchant-manual.rst36
1 files changed, 18 insertions, 18 deletions
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