[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -fix KUDOS banking links
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -fix KUDOS banking links |
Date: |
Wed, 07 Aug 2024 21:21:04 +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 9309a296d -fix KUDOS banking links
9309a296d is described below
commit 9309a296de491ad83b33fbf73e84e85de16d73ce
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Aug 7 21:21:00 2024 +0200
-fix KUDOS banking links
---
packages/taler-wallet-core/src/wallet.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-core/src/wallet.ts
b/packages/taler-wallet-core/src/wallet.ts
index d3f7fdaa5..39aaadafd 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1081,14 +1081,14 @@ async function handleGetBankingChoicesForPayto(
choices: [
{
label: "Demobank Website",
- type: "weblink",
+ type: "link",
uri:
`https://bank.demo.taler.net/webui/#/transfer/${encodeURIComponent(
req.paytoUri,
)}`,
},
{
label: "Demobank App",
- type: "deeplink",
+ type: "link",
uri:
`https://bank.demo.taler.net/app/transfer/${encodeURIComponent(
req.paytoUri,
)}`,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -fix KUDOS banking links,
gnunet <=