commit 291fdd8fe618a92ec6172a5eaeccd1fc434dab08
parent 0dd91cfd6735ecef79b865ab293446a24550829c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:20:15 -0400
mark up ‘rtransaction_id’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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[];
}