gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: better task result


From: gnunet
Subject: [taler-wallet-core] branch master updated: better task result
Date: Tue, 16 Apr 2024 20:55:35 +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 ef012d25a better task result
ef012d25a is described below

commit ef012d25af7a43cc22516ec80eaf6057b53aadd8
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 16 15:55:30 2024 -0300

    better task result
---
 packages/taler-wallet-core/src/pay-merchant.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/pay-merchant.ts 
b/packages/taler-wallet-core/src/pay-merchant.ts
index 36cf5180b..f9d20d415 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -2849,9 +2849,10 @@ async function processPurchaseAutoRefund(
       },
     );
     notifyTransition(wex, transactionId, transitionInfo);
+    return TaskRunResult.progress();
   }
 
-  return TaskRunResult.backoff();
+  return TaskRunResult.longpollReturnedPending();
 }
 
 async function processPurchaseAbortingRefund(

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