summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 7e4f9fa4a..83b595a8a 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1168,6 +1168,8 @@ export enum PurchaseStatus {
*/
FailedClaim = 0x0501_0000,
+ FailedPaidByOther = 0x0501_0001,
+
/**
* Payment was successful.
*/
@@ -1326,12 +1328,6 @@ export interface PurchaseRecord {
* did not picked up yet
*/
refundAmountAwaiting: AmountString | undefined;
-
- /**
- * When the purchase has been shared to other wallet
- * and the other wallet completed before this one.
- */
- paidByOther: boolean | undefined;
}
export enum ConfigRecordKey {