gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix typo: validating the wron


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo: validating the wrong state
Date: Tue, 16 Apr 2024 20:22:09 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new ab428f3b1 fix typo: validating the wrong state
ab428f3b1 is described below

commit ab428f3b1ebb4f147075d6628df0d08df3ba1fe2
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 16 15:22:04 2024 -0300

    fix typo: validating the wrong state
---
 packages/taler-wallet-core/src/pay-merchant.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/pay-merchant.ts 
b/packages/taler-wallet-core/src/pay-merchant.ts
index e08f23beb..36cf5180b 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -2790,7 +2790,7 @@ async function processPurchaseAutoRefund(
           logger.warn("purchase does not exist anymore");
           return;
         }
-        if (p.purchaseStatus !== PurchaseStatus.PendingQueryingRefund) {
+        if (p.purchaseStatus !== PurchaseStatus.PendingQueryingAutoRefund) {
           return;
         }
         const oldTxState = computePayMerchantTransactionState(p);

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