taler-docs

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

commit a8f7721ec03d214bc79e5ed615d962cca020498e
parent 1e9564d210b703f766cbaeac4c000ed1fe90e98b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 24 Nov 2020 20:59:14 -0500

change markup from U+2018,U+2019 to double-backticks: ‘max_wire_fee’, ‘max_fee’

Diffstat:
Mtaler-merchant-api-tutorial.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst @@ -580,10 +580,10 @@ max_wire_fee wire_fee_amortization Over how many customer transactions does the merchant expect to amortize wire fees on average? If the exchange’s wire fee is above - ’max_wire_fee’, the difference is divided by this number to compute + ``max_wire_fee``, the difference is divided by this number to compute the expected customer’s contribution to the wire fee. The customer’s contribution may further be reduced by the difference between the - ’max_fee’ and the sum of the actual deposit fees. Optional, default + ``max_fee`` and the sum of the actual deposit fees. Optional, default value if missing is 1. 0 and negative values are invalid and also interpreted as 1.