aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 02:52:16 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 02:52:16 +0100
commit4159367d8c04b96a05da8a5ded043f8296a83174 (patch)
tree5587538fb13aead06d639a03e96cc09adcd99dd7 /src/dbTypes.ts
parentd8170c815913b4395febc4ce3402fe45ba0d2e87 (diff)
downloadwallet-core-4159367d8c04b96a05da8a5ded043f8296a83174.tar.xz
pending ops / history / notification tweaks
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index e39d73672..3625740e2 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -1003,10 +1003,7 @@ export interface PurchaseRecord {
*/
merchantSig: string;
- /**
- * A successful payment has been made.
- */
- payFinished: boolean;
+ firstSuccessfulPayTimestamp: Timestamp | undefined;
/**
* Pending refunds for the purchase.