gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: Addressing #4877


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: Addressing #4877
Date: Tue, 02 May 2017 09:37:24 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 4022923  Addressing #4877
4022923 is described below

commit 4022923aa96ee63fc5f88ae29d20713901f51dee
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 2 09:37:00 2017 +0200

    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 737b579..ede3370 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 0612be1..697cecf 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 264b0ae..51886dd 100644
Binary files a/docs/exts/__pycache__/tsref.cpython-35.pyc and 
b/docs/exts/__pycache__/tsref.cpython-35.pyc differ

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]