taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a9c315eba0f802f092cca43ffbc50ace8a2c389e
parent 92813691e3bfb5619649133e96a5c96414ff1e31
Author: Florian Dold <florian@dold.me>
Date:   Wed, 27 Mar 2024 20:02:28 +0100

-fix status code

Diffstat:
Mpackages/taler-wallet-core/src/db.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.