summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-02 09:37:00 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-02 09:37:22 +0200
commit4022923aa96ee63fc5f88ae29d20713901f51dee (patch)
tree32ac59a91374b386cf5fa5ce634c4e778dec445e /api
parent01ab7b06596880ed1849cd29212aca1f18273ef8 (diff)
downloaddocs-4022923aa96ee63fc5f88ae29d20713901f51dee.tar.gz
docs-4022923aa96ee63fc5f88ae29d20713901f51dee.tar.bz2
docs-4022923aa96ee63fc5f88ae29d20713901f51dee.zip
Addressing #4877
Diffstat (limited to 'api')
-rw-r--r--api/api-merchant.rst8
-rw-r--r--api/exts/__pycache__/tsref.cpython-35.pycbin7467 -> 7457 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/api/api-merchant.rst b/api/api-merchant.rst
index 737b5792..ede33700 100644
--- a/api/api-merchant.rst
+++ b/api/api-merchant.rst
@@ -444,19 +444,19 @@ The following API are made available by the merchant's `backend` to the merchant
.. http:get:: /contract/lookup
- Retrieve a proposal, given its transaction ID.
+ Retrieve a proposal, given its order ID.
**Request**
- :query transaction_id: transaction ID of the proposal to retrieve.
+ :query order_id: transaction ID of the proposal to retrieve.
**Response**
:status 200 OK:
- The body contains the `proposal`_ pointed to by `transaction_id`.
+ The body contains the `proposal`_ pointed to by `order_id`.
:status 404 Not Found:
- No proposal corresponds to `transaction_id`.
+ No proposal corresponds to `order_id`.
.. http:get:: /history
diff --git a/api/exts/__pycache__/tsref.cpython-35.pyc b/api/exts/__pycache__/tsref.cpython-35.pyc
index 0612be1a..697cecf3 100644
--- a/api/exts/__pycache__/tsref.cpython-35.pyc
+++ b/api/exts/__pycache__/tsref.cpython-35.pyc
Binary files differ