summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-25 19:46:47 +0200
committerFlorian Dold <florian@dold.me>2023-09-25 19:46:47 +0200
commite628ca1af851259e609a16d0b53b8d7abfc33716 (patch)
treed10aef503120838ea48a60e5d45e2eb4171c8126 /packages/taler-wallet-core/src/wallet.ts
parent361d92fe31b36d534a17e133561a3ec637ffe441 (diff)
downloadwallet-core-e628ca1af851259e609a16d0b53b8d7abfc33716.tar.gz
wallet-core-e628ca1af851259e609a16d0b53b8d7abfc33716.tar.bz2
wallet-core-e628ca1af851259e609a16d0b53b8d7abfc33716.zip
change demo/test bank URL
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index ccc7ec094..496297021 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1072,7 +1072,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
await withdrawTestBalance(ws, {
amount: "TESTKUDOS:10",
bankAccessApiBaseUrl:
- "https://bank.test.taler.net/demobanks/default/access-api/",
+ "https://bank.test.taler.net/",
exchangeBaseUrl: "https://exchange.test.taler.net/",
});
return {