gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: Wire transfer.


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: Wire transfer.
Date: Mon, 31 Jan 2022 15:01:04 +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 74b3cda  Wire transfer.
74b3cda is described below

commit 74b3cdad23542b8075ee60e8f8faa46e980e7f0b
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 31 15:00:24 2022 +0100

    Wire transfer.
    
    Do not offer Taler withdrawal while a
    wire transfer outcome is being showed.
---
 packages/bank/src/pages/home/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 165ab95..46d6d0f 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -867,7 +867,7 @@ export function BankHome(): VNode {
             { /**
                * No withdrawal is happening: offer to start one.
                */
-              !pageState.withdrawalInProgress && <button onClick={() => {
+              !pageState.withdrawalInProgress && !pageState.transferOutcome && 
<button onClick={() => {
                 createWithdrawalCall(
                   "EUR:5",
                   backendState,
@@ -915,7 +915,7 @@ export function BankHome(): VNode {
            { /**
               * Offer wire transfer, if no withdrawal is in progress.
               */
-              !pageState.withdrawalInProgress && <Fragment>
+              !pageState.withdrawalInProgress && !pageState.transferOutcome && 
<Fragment>
                <p>Please, include the 'amount' query parameter.</p>
                <input
                   type="text"

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