commit 682fccea803b9864a4ce2801e8ea90cc7c6024d3
parent b267b1c7606d043572ca8aeef8733aadb054adbe
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:16:23 -0400
mark up ‘order_id’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2782,7 +2782,7 @@ The contract terms must have the following structure:
// Unique, free-form identifier for the proposal.
// Must be unique within a merchant instance.
// For merchants that do not store proposals in their DB
- // before the customer paid for them, the order_id can be used
+ // before the customer paid for them, the ``order_id`` can be used
// by the frontend to restore a proposal from the information
// encoded in it (such as a short product identifier and timestamp).
order_id: string;