taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 9bf6456c60f18cb1bde7096c99d9874842e03a30
parent e91a4bc458756646f1bdc4b40d69f8951a9edf9b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon,  8 Feb 2021 03:39:17 -0500

add markup (six instances)

Diffstat:
Mtaler-merchant-manual.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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