gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -missing case


From: gnunet
Subject: [taler-wallet-core] branch master updated: -missing case
Date: Tue, 05 Mar 2024 01:59:06 +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 187031b93 -missing case
187031b93 is described below

commit 187031b9336e3c81aaa05c79e345adf5ac997980
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 5 01:59:02 2024 +0100

    -missing case
---
 packages/taler-wallet-core/src/pay-merchant.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/pay-merchant.ts 
b/packages/taler-wallet-core/src/pay-merchant.ts
index 80336fa76..c5af25307 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -1975,6 +1975,7 @@ export async function processPurchase(
     case PurchaseStatus.SuspendedQueryingAutoRefund:
     case PurchaseStatus.SuspendedQueryingRefund:
     case PurchaseStatus.FailedAbort:
+    case PurchaseStatus.FailedPaidByOther:
       return TaskRunResult.finished();
     default:
       assertUnreachable(purchase.purchaseStatus);

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