gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: do not use // around public


From: gnunet
Subject: [taler-docs] branch master updated: do not use // around public
Date: Tue, 03 Nov 2020 22:27:44 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2a8f5f5  do not use // around public
2a8f5f5 is described below

commit 2a8f5f5f6b6523c0df2b121516cf199316309408
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 3 22:27:40 2020 +0100

    do not use // around public
---
 core/api-merchant.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8def672..8282ce0 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -101,7 +101,7 @@ claim orders (say in a case where stocks are limited).
   Wallet claims ownership (via nonce) over an order.  By claiming
   an order, the wallet obtains the full contract terms, and thereby
   implicitly also the hash of the contract terms it needs for the
-  other ``/public/`` APIs to authenticate itself as the wallet that
+  other ``public`` APIs to authenticate itself as the wallet that
   is indeed eligible to inspect this particular order's status.
 
   **Request:**
@@ -1595,10 +1595,10 @@ Inspecting orders
 
   Merchant checks the payment status of an order.  If the order exists but is 
not paid
   and not claimed yet, the response provides a redirect URL.  When the user 
goes to this URL,
-  they will be prompted for payment.  Differs from the ``/public/`` API both
+  they will be prompted for payment.  Differs from the ``public`` API both
   in terms of what information is returned and in that the wallet must provide
   the contract hash to authenticate, while for this API we assume that the
-  merchant is authenticated (as the endpoint is not ``/public/``).
+  merchant is authenticated (as the endpoint is not ``public``).
 
   **Request:**
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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