summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-27 20:02:28 +0100
committerFlorian Dold <florian@dold.me>2024-03-27 20:02:28 +0100
commita9c315eba0f802f092cca43ffbc50ace8a2c389e (patch)
treec3adac70c74b8998bf9eac37d24a7681434ac6ad /packages
parent92813691e3bfb5619649133e96a5c96414ff1e31 (diff)
downloadwallet-core-a9c315eba0f802f092cca43ffbc50ace8a2c389e.tar.gz
wallet-core-a9c315eba0f802f092cca43ffbc50ace8a2c389e.tar.bz2
wallet-core-a9c315eba0f802f092cca43ffbc50ace8a2c389e.zip
-fix status code
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-wallet-core/src/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index a587363c5..98390805b 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1157,7 +1157,7 @@ export enum PurchaseStatus {
SuspendedQueryingAutoRefund = 0x0110_0004,
PendingAcceptRefund = 0x0100_0005,
- SuspendedPendingAcceptRefund = 0x0100_0005,
+ SuspendedPendingAcceptRefund = 0x0110_0005,
/**
* Proposal downloaded, but the user needs to accept/reject it.