summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:19:52 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:19:52 -0400
commit0dd91cfd6735ecef79b865ab293446a24550829c (patch)
tree880cea44f7fa9f9297e61c6d7d4f54c925b02ba1 /core/api-merchant.rst
parentee3f93a4e1f4fbbe44d48f4b5b5f06b689e2f876 (diff)
downloaddocs-0dd91cfd6735ecef79b865ab293446a24550829c.tar.gz
docs-0dd91cfd6735ecef79b865ab293446a24550829c.tar.bz2
docs-0dd91cfd6735ecef79b865ab293446a24550829c.zip
change markup of ‘coins’ from ' to ``
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7bdf30d2..253796fe 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -570,7 +570,7 @@ are for incomplete payments for an order and never for established contracts.
interface AbortResponse {
// List of refund responses about the coins that the wallet
- // requested an abort for. In the same order as the 'coins'
+ // requested an abort for. In the same order as the ``coins``
// from the original request.
// The rtransaction_id is implied to be 0.
refunds: MerchantAbortPayRefundStatus[];