summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-25 11:07:29 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-25 11:07:29 +0200
commit24694623c552ba8eb3b246e636a3a14eb6b52bc8 (patch)
tree80c7f0b2582d7adb628fbbc829d201c551ac2341 /api-merchant.rst
parentcba780a60a6e63ef85ad10a6ffa6b74d37aaeb32 (diff)
parentfa87c12c0a8419b5a41e6b224d4d27f58681e460 (diff)
downloaddocs-24694623c552ba8eb3b246e636a3a14eb6b52bc8.tar.gz
docs-24694623c552ba8eb3b246e636a3a14eb6b52bc8.tar.bz2
docs-24694623c552ba8eb3b246e636a3a14eb6b52bc8.zip
Merge branch 'master' of ssh://taler.net/api
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 18c6c4be..1026c6b1 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 <TrackTransferResponse>`. Note that
+ The body of the response is a :ref:`TrackTransferResponse <TrackTransferResponse>`. Note that
the similarity to the response given by the exchange for a /track/transfer
is completely intended.
@@ -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
@@ -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