From a8f7721ec03d214bc79e5ed615d962cca020498e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 24 Nov 2020 20:59:14 -0500 Subject: change markup from U+2018,U+2019 to double-backticks: ‘max_wire_fee’, ‘max_fee’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-merchant-api-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-merchant-api-tutorial.rst') diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst index 62a7b832..9e42501f 100644 --- 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. -- cgit v1.2.3