commit 2c1f773a00b64b5f8685e700d0c5ba52ca67e5bf parent 2bbc1362c42690d5904b758fab39cca2943fd4c6 Author: Sebastian <sebasjm@taler-systems.com> Date: Tue, 27 Jan 2026 09:34:28 -0300 fix #10921 Diffstat:
| M | packages/taler-wallet-webextension/src/platform/chrome.ts | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/packages/taler-wallet-webextension/src/platform/chrome.ts b/packages/taler-wallet-webextension/src/platform/chrome.ts @@ -177,6 +177,12 @@ function openWalletURIFromPopup(uri: TalerUri): void { let url: string | undefined = undefined; switch (uri.type) { case TalerUriAction.WithdrawExchange: + url = chrome.runtime.getURL( + `static/wallet.html#/cta/manual-withdraw?talerUri=${encodeCrockForURI( + talerUri, + )}`, + ); + break; case TalerUriAction.Withdraw: url = chrome.runtime.getURL( `static/wallet.html#/cta/withdraw?talerUri=${encodeCrockForURI(