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 error in refund retry


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix error in refund retry
Date: Sun, 19 Jan 2020 17:14:49 +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 337a5956 fix error in refund retry
337a5956 is described below

commit 337a59566c444882b3cd6decdde6adc6fd793f71
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 17:14:43 2020 +0100

    fix error in refund retry
---
 src/operations/refund.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/operations/refund.ts b/src/operations/refund.ts
index 27d83230..7e680368 100644
--- a/src/operations/refund.ts
+++ b/src/operations/refund.ts
@@ -1,6 +1,6 @@
 /*
  This file is part of GNU Taler
- (C) 2019 Taler Systems S.A.
+ (C) 2019-2019 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -92,7 +92,7 @@ async function incrementPurchaseApplyRefundRetry(
       return;
     }
     pr.refundApplyRetryInfo.retryCounter++;
-    updateRetryInfoTimeout(pr.refundStatusRetryInfo);
+    updateRetryInfoTimeout(pr.refundApplyRetryInfo);
     pr.lastRefundApplyError = err;
     await tx.put(Stores.purchases, pr);
   });

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]