From fa87c12c0a8419b5a41e6b224d4d27f58681e460 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 24 Oct 2016 18:41:35 +0200 Subject: fix link --- api-merchant.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api-merchant.rst') 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 `_) 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 -- cgit v1.2.3