aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-02-01 13:00:12 -0300
committerSebastian <sebasjm@gmail.com>2023-02-01 13:00:12 -0300
commitab9a5e1e8ac60bbf55104e84490e581dfad5de02 (patch)
treeac00b38838ee0ca3b600dc505957632b019bf1bb /packages/taler-wallet-core/src/db.ts
parentb45dd3ed4d5a43e3622b381e3a2acb16497e9864 (diff)
downloadwallet-core-ab9a5e1e8ac60bbf55104e84490e581dfad5de02.tar.xz
fix #7552, add next_url from the tip information when accepting tips
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 6a42cabcb..78c73fba5 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -822,6 +822,10 @@ export interface TipRecord {
createdTimestamp: TalerProtocolTimestamp;
/**
+ * The url to be redirected after the tip is accepted.
+ */
+ next_url: string | undefined;
+ /**
* Timestamp for when the wallet finished picking up the tip
* from the merchant.
*/