From 9bf6456c60f18cb1bde7096c99d9874842e03a30 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 8 Feb 2021 03:39:17 -0500 Subject: add markup (six instances) --- taler-merchant-manual.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 1e4060b2..b3a4ad9e 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -853,10 +853,10 @@ create a file ``instance.json`` with an `InstanceConfigurationMessage` "default_pay_delay": { "d_ms" : 1209600000 } } -In the text above, you must replace "$PAYTO_URI" with your actual -payto://-URI. Also, be sure to replace KUDOS with the fiat currency if the -setup is for an actual bank. The "name" field will be shown as the name of -your shop. The "address" field is expected to contain your shop's physical +In the text above, you must replace ``$PAYTO_URI`` with your actual +``payto://``-URI. Also, be sure to replace KUDOS with the fiat currency if the +setup is for an actual bank. The ``name`` field will be shown as the name of +your shop. The ``address`` field is expected to contain your shop's physical address. The various defaults specify defaults for transaction fees your shop is willing to cover, how long offers made to the customer are valid, and how long the exchange has before it must wire the funds to your bank @@ -871,7 +871,7 @@ You can then create the instance using: The base URL for the instance will then be ``http://localhost:8888/instances/default``. You can create additional -instances by changing the "id" value to identifies other than "default". +instances by changing the ``id`` value to identifies other than ``default``. Endpoints to modify (reconfigure), permanently disable (while keeping the data) or purge (deleting all associated data) instances exist as well and are documented -- cgit v1.2.3