taler-docs

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

commit 2a8f5f5f6b6523c0df2b121516cf199316309408
parent 1ca515997c90ea997316a3d2c23407ac038299b3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Nov 2020 22:27:40 +0100

do not use // around public

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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:**