gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix #7579: swap effective and


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix #7579: swap effective and raw on invoice
Date: Mon, 20 Feb 2023 15:40:10 +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 2c57d4212 fix #7579: swap effective and raw on invoice
2c57d4212 is described below

commit 2c57d4212838b70106f302ecc362a07e870e4068
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Feb 20 11:39:32 2023 -0300

    fix #7579: swap effective and raw on invoice
---
 packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx 
b/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
index 471685bf1..4a9d90ef6 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
+++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx
@@ -38,7 +38,7 @@ export function ReadyView(
       </SubTitle>
       <section style={{ textAlign: "left" }}>
         <Part title={i18n.str`Subject`} text={<div>{summary}</div>} />
-        <Part title={i18n.str`Amount`} text={<Amount value={effective} />} />
+        <Part title={i18n.str`Amount`} text={<Amount value={raw} />} />
         <Part
           title={i18n.str`Details`}
           text={
@@ -54,7 +54,7 @@ export function ReadyView(
         />
       </section>
       <PaymentButtons
-        amount={raw}
+        amount={effective}
         payStatus={payStatus}
         uri={uri}
         payHandler={status === "ready" ? state.accept : undefined}

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