summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst10
1 files 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