gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: remove special c


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: remove special characters from wire transfer subject
Date: Thu, 19 Sep 2024 12:10:49 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 26ca13177 wallet-core: remove special characters from wire transfer 
subject
26ca13177 is described below

commit 26ca131778b7032699e95a0fa91af1fe05638db3
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Sep 19 12:10:44 2024 +0200

    wallet-core: remove special characters from wire transfer subject
    
    Some banks don't like it, we shall only use ASCII letters and numbers from 
now on.
---
 packages/taler-wallet-core/src/withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/withdraw.ts 
b/packages/taler-wallet-core/src/withdraw.ts
index 5cc0f228f..86574011a 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -3750,7 +3750,7 @@ async function fetchAccount(
   });
   if (reservePub != null) {
     paytoUri = addPaytoQueryParams(paytoUri, {
-      message: `Taler-> ${reservePub}`,
+      message: `Taler ${reservePub}`,
     });
   }
   const acctInfo: WithdrawalExchangeAccountDetails = {

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