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.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