summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:16:23 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:16:23 -0400
commit682fccea803b9864a4ce2801e8ea90cc7c6024d3 (patch)
tree038c59d46db43d5a04a88810407cfc80673dbad9
parentb267b1c7606d043572ca8aeef8733aadb054adbe (diff)
downloaddocs-682fccea803b9864a4ce2801e8ea90cc7c6024d3.tar.gz
docs-682fccea803b9864a4ce2801e8ea90cc7c6024d3.tar.bz2
docs-682fccea803b9864a4ce2801e8ea90cc7c6024d3.zip
mark up ‘order_id’
-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 34b9ed4b..2a6dfbcc 100644
--- 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;