taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9309a296de491ad83b33fbf73e84e85de16d73ce
parent 5c682c16880465a712b3ae502788d0577af53c93
Author: Florian Dold <florian@dold.me>
Date:   Wed,  7 Aug 2024 21:21:00 +0200

-fix KUDOS banking links

Diffstat:
Mpackages/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 @@ -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, )}`,