taler-typescript-core

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

commit 0643e7fb1231c594b162176dd717d7fc3182de71
parent bf32d1ba81fe079a555d856daeaa11e9930c32e5
Author: Florian Dold <florian@dold.me>
Date:   Tue, 24 Jun 2025 11:56:11 +0200

wallet-core: update GLS migration target URL

Diffstat:
Mpackages/taler-wallet-core/src/wallet.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts @@ -2930,7 +2930,7 @@ export class InternalWalletState { }); // Prod migration (GLS) this.exchangeMigrationPlan.set("https://exchange.glstest.taler.net/", { - newExchangeBaseUrl: "https://exchange.test.taler.gls.de/", + newExchangeBaseUrl: "https://test.exchange.gls.de/", }); }