summaryrefslogtreecommitdiff
path: root/taler-merchant-api-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-24 20:59:14 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-24 20:59:14 -0500
commita8f7721ec03d214bc79e5ed615d962cca020498e (patch)
tree7596e5abbf898cd55dc58248127d7f4bb5854116 /taler-merchant-api-tutorial.rst
parent1e9564d210b703f766cbaeac4c000ed1fe90e98b (diff)
downloaddocs-a8f7721ec03d214bc79e5ed615d962cca020498e.tar.gz
docs-a8f7721ec03d214bc79e5ed615d962cca020498e.tar.bz2
docs-a8f7721ec03d214bc79e5ed615d962cca020498e.zip
change markup from U+2018,U+2019 to double-backticks: ‘max_wire_fee’, ‘max_fee’
Diffstat (limited to 'taler-merchant-api-tutorial.rst')
-rw-r--r--taler-merchant-api-tutorial.rst4
1 files changed, 2 insertions, 2 deletions
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.