summaryrefslogtreecommitdiff
path: root/doc/taler-exchange.texi
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-01 14:36:21 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-01 14:36:21 +0200
commita827ee9b3c835ed8da9bb7cff2dbcf4811415944 (patch)
tree5f40bbeeb010fdcd0a46558d1526fddd54d43243 /doc/taler-exchange.texi
parentbf1fc00a440baaa274196b7c00548fbbe4e9b71e (diff)
downloadexchange-a827ee9b3c835ed8da9bb7cff2dbcf4811415944.tar.gz
exchange-a827ee9b3c835ed8da9bb7cff2dbcf4811415944.tar.bz2
exchange-a827ee9b3c835ed8da9bb7cff2dbcf4811415944.zip
typo
Diffstat (limited to 'doc/taler-exchange.texi')
-rw-r--r--doc/taler-exchange.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/taler-exchange.texi b/doc/taler-exchange.texi
index 4e6a0fb96..e41cb12aa 100644
--- a/doc/taler-exchange.texi
+++ b/doc/taler-exchange.texi
@@ -557,7 +557,7 @@ measure, may want to instruct the bank that the incoming bank account is only su
For each wire method (``sepa'' or ``x-taler-wire'', but not per plugin!) the
exchange configuration must specify applicable wire fees. This is done
-in configuration sections of the format @code{fee-METHOD}. There are two
+in configuration sections of the format @code{fees-METHOD}. There are two
types of fees, simple wire fees and closing fees. Wire fees apply whenever
the aggregator transfers funds to a merchant. Closing fees apply whenever
the exchange closes a reserve (sending back funds to the customer). The
@@ -566,13 +566,13 @@ of the option.
@setsyntax ini
@example
-[fee-iban]
+[fees-iban]
WIRE-FEE-2018 = EUR:0.01
WIRE-FEE-2019 = EUR:0.01
CLOSING-FEE-2018 = EUR:0.01
CLOSING-FEE-2019 = EUR:0.01
-[fee-x-taler-bank]
+[fees-x-taler-bank]
WIRE-FEE-2018 = KUDOS:0.01
WIRE-FEE-2019 = KUDOS:0.01
CLOSING-FEE-2018 = KUDOS:0.01