taler-typescript-core

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

commit a6d2437ebf89486466535c1183541833ac020874
parent 07fc66eff79b8cc8e2325e56ccd269ae25e7a394
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu,  3 Apr 2025 17:01:34 -0300

fix #9549

Diffstat:
Mpackages/taler-wallet-core/src/exchanges.ts | 1-
Mpackages/taler-wallet-core/src/withdraw.ts | 2++
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/exchanges.ts b/packages/taler-wallet-core/src/exchanges.ts @@ -502,7 +502,6 @@ async function makeExchangeListItem( exchangeEntryStatus: getExchangeEntryStatusFromRecord(r), walletKycStatus, walletKycReservePub: reserveRec?.reservePub, - // FIXME: #9109 this should not be constructed here, it should be an opaque URL from exchange response walletKycUrl: reserveRec?.kycAccessToken ? new URL(`kyc-spa/${reserveRec.kycAccessToken}`, r.baseUrl).href : undefined, diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts @@ -381,6 +381,8 @@ export class WithdrawTransactionContext implements TransactionContext { if (exchangeBaseUrl) { switch (withdrawalGroupRecord.status) { + case WithdrawalGroupStatus.PendingBalanceKyc: + case WithdrawalGroupStatus.SuspendedBalanceKyc: case WithdrawalGroupStatus.PendingKyc: case WithdrawalGroupStatus.SuspendedKyc: { kycDetails = {