summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-04 16:42:03 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-04 16:42:03 +0100
commit3bec72380ed7a453d9b5742ae26a840e44ea285b (patch)
treeaa9f1953d3341b21fb216f5578ef5e98ebe9af4f /taler-merchant-manual.rst
parentf2ee48e60a5d120abe301fb4015b020964cc34c6 (diff)
downloaddocs-3bec72380ed7a453d9b5742ae26a840e44ea285b.tar.gz
docs-3bec72380ed7a453d9b5742ae26a840e44ea285b.tar.bz2
docs-3bec72380ed7a453d9b5742ae26a840e44ea285b.zip
fix syntax issues
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 56fe9c32..3871905b 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -325,7 +325,7 @@ Installing the GNU Taler exchange
.. index:: exchange
-.. include:: frags/instaling-taler-exchange.rst
+.. include:: frags/installing-taler-exchange.rst
There is no need to actually run a Taler exchange to use the Taler merchant
backend -- all the merchant needs from the Taler exchange is a few headers and
@@ -841,16 +841,16 @@ create a file ``instance.json`` with an `InstanceConfigurationMessage`
.. code-block:: json
{
- payto_uris : [ "$PAYTO_URI" ],
- id : "default",
- name: "example.com",
- address: { country : "zz" },
- jurisdiction: { country : "zz" },
- default_max_wire_fee: "KUDOS:1",
- default_wire_fee_amortization: 100,
- default_max_deposit_fee: "KUDOS:1",
- default_wire_transfer_delay: { d_ms : 1209600000 },
- default_pay_delay: { d_ms : 1209600000 },
+ "payto_uris" : [ "$PAYTO_URI" ],
+ "id" : "default",
+ "name": "example.com",
+ "address": { "country" : "zz" },
+ "jurisdiction": { "country" : "zz" },
+ "default_max_wire_fee": "KUDOS:1",
+ "default_wire_fee_amortization": 100,
+ "default_max_deposit_fee": "KUDOS:1",
+ "default_wire_transfer_delay": { "d_ms" : 1209600000 },
+ "default_pay_delay": { "d_ms" : 1209600000 }
}
In the text above, you must replace "$PAYTO_URI" with your actual