From a8fb16021d6f71e6d0c7fae6b440e5c3197b8867 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Aug 2020 14:34:56 +0530 Subject: handle withdrawals aborted by the bank, add test --- packages/taler-wallet-core/src/types/dbTypes.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/taler-wallet-core/src/types/dbTypes.ts') diff --git a/packages/taler-wallet-core/src/types/dbTypes.ts b/packages/taler-wallet-core/src/types/dbTypes.ts index 42192dd9a..82260963b 100644 --- a/packages/taler-wallet-core/src/types/dbTypes.ts +++ b/packages/taler-wallet-core/src/types/dbTypes.ts @@ -76,6 +76,11 @@ export enum ReserveRecordStatus { * by the user. */ DORMANT = "dormant", + + /** + * The bank aborted the withdrawal. + */ + BANK_ABORTED = "bank-aborted", } export interface RetryInfo { -- cgit v1.2.3