gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: mock alt_unit_names: "テ" (te)


From: gnunet
Subject: [taler-wallet-core] branch master updated: mock alt_unit_names: "テ" (te) for TESTKUDOS
Date: Mon, 30 Oct 2023 07:34:41 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 8d514d814 mock alt_unit_names: "テ" (te) for TESTKUDOS
8d514d814 is described below

commit 8d514d8148fbe6243ba62e67bbee03ee3d676fe6
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 30 07:31:47 2023 +0100

    mock alt_unit_names: "テ" (te) for TESTKUDOS
---
 packages/taler-wallet-core/src/wallet.ts | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index f524a7096..2dc984979 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1482,7 +1482,9 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
             num_fractional_normal_digits: 0,
             num_fractional_trailing_zero_digits: 0,
             is_currency_name_leading: false,
-            alt_unit_names: {},
+            alt_unit_names: {
+                "0": "テ",
+            },
           },
         };
         return testkudosResp;
@@ -1495,7 +1497,9 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
           num_fractional_normal_digits: 2,
           num_fractional_trailing_zero_digits: 2,
           is_currency_name_leading: true,
-          alt_unit_names: {},
+          alt_unit_names: {
+              "0": "??",
+          },
         },
       };
       return defaultResp;

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