gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: show cashout destination


From: gnunet
Subject: [taler-wallet-core] branch master updated: show cashout destination
Date: Wed, 22 Feb 2023 12:50:46 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 7879efcff show cashout destination
7879efcff is described below

commit 7879efcff70ea73935e139f4522aedadfe755c04
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Feb 21 12:37:31 2023 -0300

    show cashout destination
---
 packages/demobank-ui/src/declaration.d.ts          | 5 +++++
 packages/demobank-ui/src/pages/BusinessAccount.tsx | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/packages/demobank-ui/src/declaration.d.ts 
b/packages/demobank-ui/src/declaration.d.ts
index e31eb47b7..03ab8f2a8 100644
--- a/packages/demobank-ui/src/declaration.d.ts
+++ b/packages/demobank-ui/src/declaration.d.ts
@@ -392,6 +392,11 @@ namespace SandboxBackend {
       subject: string;
       // Circuit bank account that created the cash-out.
       account: string;
+      // Fiat bank account that will receive the cashed out amount.
+      cashout_address: string;
+      // Ratios and fees related to this cash-out at the time
+      // when the operation was created.
+      ratios_and_fees: RatiosAndFees;
       // Time when the cash-out was created.
       creation_time: number; // milliseconds since the Unix epoch
       // Time when the cash-out was confirmed via its TAN.
diff --git a/packages/demobank-ui/src/pages/BusinessAccount.tsx 
b/packages/demobank-ui/src/pages/BusinessAccount.tsx
index fd7d2535c..23a03cc9b 100644
--- a/packages/demobank-ui/src/pages/BusinessAccount.tsx
+++ b/packages/demobank-ui/src/pages/BusinessAccount.tsx
@@ -652,6 +652,12 @@ export function ShowCashoutDetails({
           </label>
           <input readOnly value={result.data.status} />
         </fieldset>
+        <fieldset>
+          <label>
+            <i18n.Translate>Destination</i18n.Translate>
+          </label>
+          <input readOnly value={result.data.cashout_address} />
+        </fieldset>
         {isPending ? (
           <fieldset>
             <label>

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