From 8f5d7e0f89183bc36d3c64046391eece6b1ee548 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 24 Oct 2016 17:39:20 +0200 Subject: fix link among types --- api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-merchant.rst') diff --git a/api-merchant.rst b/api-merchant.rst index 967107ee..b44d52ca 100644 --- a/api-merchant.rst +++ b/api-merchant.rst @@ -235,7 +235,7 @@ The following API are made available by the merchant's `backend` to the merchant :status 200 OK: The wire transfer is known to the exchange, details about it follow in the body. - The body of the response is a :ref:`TrackTransactionResponse `. Note that + The body of the response is a :ref:`TrackTransferResponse `. Note that the similarity to the response given by the exchange for a /track/transfer is completely intended. -- cgit v1.2.3 From e1822eab7a8adb2318420b1a9daf289910a9278e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 24 Oct 2016 17:42:27 +0200 Subject: fix comment --- api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-merchant.rst') diff --git a/api-merchant.rst b/api-merchant.rst index b44d52ca..d9488493 100644 --- a/api-merchant.rst +++ b/api-merchant.rst @@ -252,7 +252,7 @@ The following API are made available by the merchant's `backend` to the merchant .. code-block:: tsref interface TransactionConflictProof { - // A claim by the exchange about the transfers associated + // A claim by the exchange about the transactions associated // with a given wire transfer; it does not list the // transaction that `transaction_tracking_claim` says is part // of the aggregate. This is -- cgit v1.2.3 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