gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: logging


From: gnunet
Subject: [taler-wallet-core] 01/02: logging
Date: Thu, 13 Aug 2020 11:45:08 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

commit 61ee1efbe9b31062c5bdf890e9b86c631c5d9b2b
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 13 10:48:17 2020 +0530

    logging
---
 packages/taler-integrationtests/src/test-paywall-flow.ts | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/test-paywall-flow.ts 
b/packages/taler-integrationtests/src/test-paywall-flow.ts
index b329a9c6..a0af0d3b 100644
--- a/packages/taler-integrationtests/src/test-paywall-flow.ts
+++ b/packages/taler-integrationtests/src/test-paywall-flow.ts
@@ -167,8 +167,10 @@ runTest(async (t: GlobalTestState) => {
     },
   });
 
+  const secondOrderId = orderResp.order_id;
+
   orderStatus = await merchant.queryPrivateOrderStatus({
-    orderId: orderResp.order_id,
+    orderId: secondOrderId,
     sessionId: "mysession-three",
   });
 
@@ -187,6 +189,8 @@ runTest(async (t: GlobalTestState) => {
   t.assertTrue(preparePayResp.status === 
PreparePayResultType.AlreadyConfirmed);
   t.assertTrue(preparePayResp.paid);
 
+  console.log("requesting public status", publicOrderStatusUrl);
+
   // Ask the order status of the claimed-but-unpaid order
   publicOrderStatusResp = await axios.get(publicOrderStatusUrl, {
     validateStatus: () => true,

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