[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: wallet-core: fix pending(kyc)
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: wallet-core: fix pending(kyc) txActions for withdrawal |
Date: |
Tue, 27 Aug 2024 15:38:20 +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 03dffbd05 wallet-core: fix pending(kyc) txActions for withdrawal
03dffbd05 is described below
commit 03dffbd05de6d63a4873e6afd1e8e36fe367bd9d
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 27 15:38:16 2024 +0200
wallet-core: fix pending(kyc) txActions for withdrawal
---
packages/taler-wallet-core/src/withdraw.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/withdraw.ts
b/packages/taler-wallet-core/src/withdraw.ts
index a7d0d1ce1..b764087c2 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -916,8 +916,8 @@ export function computeWithdrawalTransactionActions(
return [TransactionAction.Resume, TransactionAction.Abort];
case WithdrawalGroupStatus.PendingKyc:
return [
+ TransactionAction.Suspend,
TransactionAction.Retry,
- TransactionAction.Resume,
TransactionAction.Abort,
];
case WithdrawalGroupStatus.SuspendedKyc:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: wallet-core: fix pending(kyc) txActions for withdrawal,
gnunet <=