gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: minor spec fix


From: gnunet
Subject: [taler-docs] branch master updated: minor spec fix
Date: Thu, 12 Aug 2021 19:34:18 +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 390546d  minor spec fix
390546d is described below

commit 390546da21e6a4707dc3ba24440d217a2a5496a7
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 12 19:34:13 2021 +0200

    minor spec fix
---
 merchant-spec/public-orders-get.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/merchant-spec/public-orders-get.ts 
b/merchant-spec/public-orders-get.ts
index f966800..ec7860b 100644
--- a/merchant-spec/public-orders-get.ts
+++ b/merchant-spec/public-orders-get.ts
@@ -51,6 +51,9 @@ function handlePublicOrdersGet(mos: MerchantOrderStore, req: 
Req): Resp {
     return respNotFound(req);
   }
   if (!ord.claimed) {
+    if (!!req.claimToken && !!req.contractHash && ord.publicReorderUrl) {
+      return respGoto(req, ord.publicReorderUrl);
+    }
     if (ord.requireClaimToken && ord.claimToken !== req.claimToken) {
       return respForbidden(req);
     }

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