summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:20:15 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:20:15 -0400
commit291fdd8fe618a92ec6172a5eaeccd1fc434dab08 (patch)
tree4d577e9726492bc2f41a5c411b9ff6b478771517 /core/api-merchant.rst
parent0dd91cfd6735ecef79b865ab293446a24550829c (diff)
downloaddocs-291fdd8fe618a92ec6172a5eaeccd1fc434dab08.tar.gz
docs-291fdd8fe618a92ec6172a5eaeccd1fc434dab08.tar.bz2
docs-291fdd8fe618a92ec6172a5eaeccd1fc434dab08.zip
mark up ‘rtransaction_id’
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 253796fe..97a706c1 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -572,7 +572,7 @@ are for incomplete payments for an order and never for established contracts.
// List of refund responses about the coins that the wallet
// requested an abort for. In the same order as the ``coins``
// from the original request.
- // The rtransaction_id is implied to be 0.
+ // The ``rtransaction_id`` is implied to be 0.
refunds: MerchantAbortPayRefundStatus[];
}