gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: bank: trigger WebEx w


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: bank: trigger WebEx withdrawal
Date: Thu, 23 Dec 2021 17:53:33 +0100

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

ms pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new ebd140b  bank: trigger WebEx withdrawal
ebd140b is described below

commit ebd140b24a4d1efea5fc9f96cc945a785f3725c7
Author: ms <ms@taler.net>
AuthorDate: Thu Dec 23 17:53:24 2021 +0100

    bank: trigger WebEx withdrawal
---
 packages/bank/src/pages/home/index.tsx    | 3 ++-
 packages/bank/tests/__tests__/homepage.js | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 1f9461c..06e4b85 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -496,7 +496,8 @@ function Account(props: any) {
     return (<div>
       <p>Scan the following QR code, and then confirm!</p>
       <div>{QR({text: talerWithdrawUri})}</div>
-      <p>Content: <pre>{talerWithdrawUri}</pre></p>
+      <a href="{talerWithdrawUri}"></a>
+      <p>Withdraw address: <pre>{talerWithdrawUri}</pre></p>
       {props.children}
     </div>);
   }
diff --git a/packages/bank/tests/__tests__/homepage.js 
b/packages/bank/tests/__tests__/homepage.js
index c3d370e..458bc2a 100644
--- a/packages/bank/tests/__tests__/homepage.js
+++ b/packages/bank/tests/__tests__/homepage.js
@@ -121,7 +121,6 @@ describe("withdraw", () => {
       
`http://localhost/demobanks/default/access-api/accounts/${context.username}/withdrawals`,
       expect.objectContaining({body: JSON.stringify({amount: "EUR:5"})})
     )
-    await screen.findByText("give this address to", {exact: false})
     // assume wallet POSTed the payment details.
     const confirmButton = await screen.findByText("confirm withdrawal", 
{exact: false})
     await waitFor(() => expect(

-- 
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]