gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] 02/03: /track/transaction -> /track/order.


From: gnunet
Subject: [GNUnet-SVN] [taler-api] 02/03: /track/transaction -> /track/order.
Date: Fri, 24 Mar 2017 15:33:08 +0100

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

marcello pushed a commit to branch master
in repository api.

commit 80210f076fe92c0a8b89a972b810fd863d670973
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 14 17:12:37 2017 +0100

    /track/transaction -> /track/order.
---
 api/api-merchant.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/api-merchant.rst b/api/api-merchant.rst
index 16a7852..71e4007 100644
--- a/api/api-merchant.rst
+++ b/api/api-merchant.rst
@@ -347,7 +347,7 @@ The following API are made available by the merchant's 
`backend` to the merchant
     }
 
 
-.. http:get:: /track/transaction
+.. http:get:: /track/order
 
   Provide the wire transfer identifier associated with an (existing) deposit 
operation.
 
@@ -368,7 +368,7 @@ The following API are made available by the merchant's 
`backend` to the merchant
     executed.  Hence the exchange does not yet have a wire transfer identifier.
     The merchant should come back later and ask again.
     The response body is a :ref:`TrackTransactionAcceptedResponse 
<TrackTransactionAcceptedResponse>`.  Note that
-    the similarity to the response given by the exchange for a 
/track/transaction
+    the similarity to the response given by the exchange for a /track/order
     is completely intended.
 
   :status 404 Not Found: The transaction is unknown to the backend.
@@ -433,7 +433,7 @@ The following API are made available by the merchant's 
`backend` to the merchant
 
       // The current claim by the exchange that the given
       // transaction is included in the above WTID.
-      // (A response from `/track/transaction`).
+      // (A response from `/track/order`).
       transaction_tracking_claim: TrackTransactionResponse;
 
       // Public key of the coin for which we got conflicting information.

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



reply via email to

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