taler-typescript-core

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

commit 2ecc2e5a02ddb2df01aa64bc5dc0e76f4978b866
parent b6ba0c0471d711345c75460bb5ab0ccdc86df949
Author: Florian Dold <florian@dold.me>
Date:   Wed, 30 Apr 2025 22:29:00 +0200

wallet-core: kick task upon confirmPay

Diffstat:
Mpackages/taler-wallet-core/src/pay-merchant.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts @@ -2963,6 +2963,7 @@ export async function confirmPay( // This will become the default behavior on the future. if (wex.ws.devExperimentState.flagConfirmPayNoWait) { + wex.taskScheduler.startShepherdTask(ctx.taskId); return { type: ConfirmPayResultType.Pending, transactionId: transactionId as TransactionIdStr,