gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: logging
Date: Wed, 12 Aug 2020 17:42:00 +0200

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

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

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

commit 4891c4c7ceec46781fa2d7b7b5a3347616587681
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Aug 12 21:11:54 2020 +0530

    logging
---
 packages/taler-wallet-core/src/operations/refund.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/taler-wallet-core/src/operations/refund.ts 
b/packages/taler-wallet-core/src/operations/refund.ts
index 1462600f..9ee71012 100644
--- a/packages/taler-wallet-core/src/operations/refund.ts
+++ b/packages/taler-wallet-core/src/operations/refund.ts
@@ -470,6 +470,7 @@ async function processPurchaseQueryRefundImpl(
     return;
   }
 
+
   const requestUrl = new URL(
     `orders/${purchase.contractData.orderId}`,
     purchase.contractData.merchantBaseUrl,
@@ -479,6 +480,8 @@ async function processPurchaseQueryRefundImpl(
     purchase.contractData.contractTermsHash,
   );
 
+  logger.trace(`making refund request to ${requestUrl.href}`);
+
   const request = await ws.http.get(requestUrl.href);
 
   logger.trace("got json", JSON.stringify(await request.json(), undefined, 2));

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