mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
🐛 fix(checkout): remove manual cart counter updates (#5412) Remove updateProcessCount method and all manual calls to it. The cart counter is now updated through reactive mechanisms, ensuring it stays in sync when items are added or removed. Fixes bug where reward cart icon counter was not updating when items were removed from the cart. Related work items: #5412