gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: duplicate state


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: duplicate state
Date: Tue, 05 Mar 2024 01:58:36 +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 48bc172e3 wallet-core: duplicate state
48bc172e3 is described below

commit 48bc172e35fc32c51e72f9c2e2a5a0258e7806fa
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 5 01:58:33 2024 +0100

    wallet-core: duplicate state
---
 packages/taler-wallet-core/src/db.ts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/packages/taler-wallet-core/src/db.ts 
b/packages/taler-wallet-core/src/db.ts
index 83b595a8a..dabc6393d 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1168,7 +1168,12 @@ export enum PurchaseStatus {
    */
   FailedClaim = 0x0501_0000,
 
-  FailedPaidByOther = 0x0501_0001,
+  /**
+   * Tried to abort, but aborting failed or was cancelled.
+   */
+  FailedAbort = 0x0501_0001,
+
+  FailedPaidByOther = 0x0501_0002,
 
   /**
    * Payment was successful.
@@ -1188,11 +1193,6 @@ export enum PurchaseStatus {
   AbortedRefunded = 0x0503_0001,
 
   AbortedOrderDeleted = 0x0503_0002,
-
-  /**
-   * Tried to abort, but aborting failed or was cancelled.
-   */
-  FailedAbort = 0x0501_0001,
 }
 
 /**

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