-missing field
This commit is contained in:
parent
5df212c66d
commit
735336d751
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user