summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-merchant.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index d9488493..7e8ab25c 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -470,7 +470,7 @@ The `contract` must have the following structure:
// 53-bit number chosen by the merchant to uniquely identify the contract.
transaction_id: number;
- // List of products that are part of the purchase (see `below)
+ // List of products that are part of the purchase (see `below <Product>`_)
products: Product[];
// Time when this contract was generated
@@ -510,6 +510,7 @@ The `contract` must have the following structure:
The `product` object describes the product being purchased from the merchant. It has the following structure:
+ .. _Product:
.. _tsref-type-Product:
.. code-block:: tsref