From 4022923aa96ee63fc5f88ae29d20713901f51dee Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 2 May 2017 09:37:00 +0200 Subject: Addressing #4877 --- api/api-merchant.rst | 8 ++++---- api/exts/__pycache__/tsref.cpython-35.pyc | Bin 7467 -> 7457 bytes docs/exts/__pycache__/tsref.cpython-35.pyc | Bin 7468 -> 7458 bytes 3 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 Binary files a/api/exts/__pycache__/tsref.cpython-35.pyc and b/api/exts/__pycache__/tsref.cpython-35.pyc differ diff --git a/docs/exts/__pycache__/tsref.cpython-35.pyc b/docs/exts/__pycache__/tsref.cpython-35.pyc index 264b0ae1..51886dd1 100644 Binary files a/docs/exts/__pycache__/tsref.cpython-35.pyc and b/docs/exts/__pycache__/tsref.cpython-35.pyc differ -- cgit v1.2.3