aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-19 01:27:27 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-19 01:27:27 +0100
commit1671d9a508b803af31762bcd9508e70eb40e7b48 (patch)
tree24d79103d0661c9edafd1d6371692b726b2f0ef3 /src/dbTypes.ts
parent2f68e9e50e83c55ca46e9d4d72956d6525d0fa8c (diff)
downloadwallet-core-1671d9a508b803af31762bcd9508e70eb40e7b48.tar.xz
refactor tipping, adjust to new redirect-based API
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 609c85265..035c100a9 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -575,6 +575,11 @@ export interface TipRecord {
accepted: boolean;
/**
+ * Have we picked up the tip record from the merchant already?
+ */
+ pickedUp: boolean;
+
+ /**
* The tipped amount.
*/
amount: AmountJson;