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: Thu, 07 Dec 2023 18:26:16 +0100

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 1a7cd398f -logging
1a7cd398f is described below

commit 1a7cd398fb752d059e05ce928236727d0754dad9
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Dec 7 18:26:11 2023 +0100

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

diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts 
b/packages/taler-wallet-core/src/operations/pay-merchant.ts
index 157541ed3..fcaabed56 100644
--- a/packages/taler-wallet-core/src/operations/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts
@@ -2634,6 +2634,9 @@ export async function startRefundQueryForUri(
       ]);
     });
   if (!purchaseRecord) {
+    logger.error(
+      `no purchase for order ID "${parsedUri.orderId}" from merchant 
"${parsedUri.merchantBaseUrl}" when processing "${talerUri}"`,
+    );
     throw Error("no purchase found, can't refund");
   }
   const proposalId = purchaseRecord.proposalId;

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