diff options
-rw-r--r-- | taler-merchant-manual.rst | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index e284860..167b1de 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 |