gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: do not use subject in payto


From: gnunet
Subject: [taler-wallet-core] 01/02: do not use subject in payto
Date: Mon, 07 Oct 2024 18:28:52 +0200

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

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

commit def7fab65ef2a7a1da3fd804b991d16d21a0f6d0
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Oct 7 12:37:53 2024 -0300

    do not use subject in payto
---
 packages/merchant-backoffice-ui/src/components/modal/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/merchant-backoffice-ui/src/components/modal/index.tsx 
b/packages/merchant-backoffice-ui/src/components/modal/index.tsx
index fc06b0aca..f892d1d7e 100644
--- a/packages/merchant-backoffice-ui/src/components/modal/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/modal/index.tsx
@@ -434,7 +434,7 @@ export function ValidBankAccount({
 }: ValidateBankAccountModalProps): VNode {
   const { i18n } = useTranslationContext();
   const payto = targets[0];
-  const subject = payto.params["subject"];
+  const subject = payto.params["message"];
 
   const accountPart = !payto.isKnown ? (
     <Fragment>

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