summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8def6721..8282ce01 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:**