gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -missing field


From: gnunet
Subject: [taler-wallet-core] branch master updated: -missing field
Date: Fri, 26 May 2023 11:12:17 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 735336d75 -missing field
735336d75 is described below

commit 735336d751ceee390f225d567e8e7604f44d7c31
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 26 11:12:05 2023 +0200

    -missing field
---
 packages/taler-wallet-webextension/src/cta/Tip/test.ts | 4 ++++
 1 file changed, 4 insertions(+)

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,
       },

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]