summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-24 18:41:35 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-24 18:41:35 +0200
commitfa87c12c0a8419b5a41e6b224d4d27f58681e460 (patch)
treeb68a9a7f719101cbe4c4ec8e36f592b4f2d54a61
parente1822eab7a8adb2318420b1a9daf289910a9278e (diff)
downloaddocs-fa87c12c0a8419b5a41e6b224d4d27f58681e460.tar.gz
docs-fa87c12c0a8419b5a41e6b224d4d27f58681e460.tar.bz2
docs-fa87c12c0a8419b5a41e6b224d4d27f58681e460.zip
fix link
-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