summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bb385e19..bb8eb12d 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -328,12 +328,12 @@ The frontend can instruct the merchant backend to authorize a refund by
The refund request JSON object has only two fields:
-- refund: Amount to be refunded. If a previous refund was authorized
+- ``refund``: Amount to be refunded. If a previous refund was authorized
for the same order, the new amount must be higher, otherwise the
operation has no effect. The value indicates the total amount to be
refunded, *not* an increase in the refund.
-- reason: Human-readable justification for the refund. The reason is
+- ``reason``: Human-readable justification for the refund. The reason is
only used by the Back Office and is not exposed to the customer.
If the request is successful (indicated by HTTP status code 200), the