aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-merchant.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-merchant.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts
index d7463134a..f2df08247 100644
--- a/packages/taler-wallet-core/src/operations/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts
@@ -907,6 +907,8 @@ async function handleInsufficientFunds(
refreshReason: RefreshReason.PayMerchant,
});
});
+
+ ws.notify({ type: NotificationType.BalanceChange });
}
async function unblockBackup(
@@ -1446,6 +1448,7 @@ export async function confirmPay(
});
notifyTransition(ws, transactionId, transitionInfo);
+ ws.notify({ type: NotificationType.BalanceChange });
return runPayForConfirmPay(ws, proposalId);
}