summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-26 11:12:05 +0200
committerFlorian Dold <florian@dold.me>2023-05-26 11:12:05 +0200
commit735336d751ceee390f225d567e8e7604f44d7c31 (patch)
treed671e89771955e584f08486ca55b809e4b88b323
parent5df212c66df5b859dc18e80d7d759f43ce5ef6b5 (diff)
downloadwallet-core-735336d751ceee390f225d567e8e7604f44d7c31.tar.gz
wallet-core-735336d751ceee390f225d567e8e7604f44d7c31.tar.bz2
wallet-core-735336d751ceee390f225d567e8e7604f44d7c31.zip
-missing field
-rw-r--r--packages/taler-wallet-webextension/src/cta/Tip/test.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Tip/test.ts b/packages/taler-wallet-webextension/src/cta/Tip/test.ts
index 4d1925145..e0b6210a2 100644
--- a/packages/taler-wallet-webextension/src/cta/Tip/test.ts
+++ b/packages/taler-wallet-webextension/src/cta/Tip/test.ts
@@ -68,6 +68,7 @@ describe("Tip CTA states", () => {
merchantBaseUrl: "merchant url",
tipAmountEffective: "EUR:1",
walletTipId: "tip_id",
+ transactionId: "txn:tip:ABC1234",
expirationTimestamp: {
t_s: 1,
},
@@ -111,6 +112,7 @@ describe("Tip CTA states", () => {
merchantBaseUrl: "merchant url",
tipAmountEffective: "EUR:1",
walletTipId: "tip_id",
+ transactionId: "txn:tip:ABC1234",
expirationTimestamp: {
t_s: 1,
},
@@ -140,6 +142,7 @@ describe("Tip CTA states", () => {
merchantBaseUrl: "merchant url",
tipAmountEffective: "EUR:1",
walletTipId: "tip_id",
+ transactionId: "txn:tip:ABC1234",
accepted: false,
expirationTimestamp: {
t_s: 1,
@@ -187,6 +190,7 @@ describe("Tip CTA states", () => {
merchantBaseUrl: "merchant url",
tipAmountEffective: "EUR:1",
walletTipId: "tip_id",
+ transactionId: "txn:tip:ABC1234",
expirationTimestamp: {
t_s: 1,
},