aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index e0abf1362..28c1ee2e3 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -1052,6 +1052,15 @@ export interface PurchaseRecord {
*/
lastSessionId: string | undefined;
+ /**
+ * Set for the first payment, or on re-plays.
+ */
+ paymentSubmitPending: boolean;
+
+ /**
+ * Do we need to query the merchant for the refund status
+ * of the payment?
+ */
refundStatusRequested: boolean;
/**