gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: comment


From: gnunet
Subject: [taler-docs] branch master updated: comment
Date: Thu, 12 Aug 2021 20:03:59 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f109644  comment
f109644 is described below

commit f1096448038a42897d57333c95a2686a71fca587
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 12 20:03:55 2021 +0200

    comment
---
 merchant-spec/public-orders-get.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/merchant-spec/public-orders-get.ts 
b/merchant-spec/public-orders-get.ts
index 84af854..263e29f 100644
--- a/merchant-spec/public-orders-get.ts
+++ b/merchant-spec/public-orders-get.ts
@@ -52,6 +52,8 @@ function handlePublicOrdersGet(mos: MerchantOrderStore, req: 
Req): Resp {
   }
 
   const authMissing = !!req.contractHash && !!req.claimToken;
+  // For this endpoint, when the order does not have a claim token,
+  // the order status can be accessed *without* h_contract.
   const authOk =
     ord.contractHash === req.contractHash ||
     (ord.requireClaimToken && ord.claimToken === req.claimToken) ||

-- 
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]