taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4022923aa96ee63fc5f88ae29d20713901f51dee
parent 01ab7b06596880ed1849cd29212aca1f18273ef8
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue,  2 May 2017 09:37:00 +0200

Addressing #4877

Diffstat:
Mapi/api-merchant.rst | 8++++----
Mapi/exts/__pycache__/tsref.cpython-35.pyc | 0
Mdocs/exts/__pycache__/tsref.cpython-35.pyc | 0
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 Binary files differ. diff --git a/docs/exts/__pycache__/tsref.cpython-35.pyc b/docs/exts/__pycache__/tsref.cpython-35.pyc Binary files differ.