mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(purchase-options): resolve Lesepunkte delivery method change error The commit includes: - Restored ensureCurrencyDefaults import that was accidentally removed - Fixed immutability violations in both getAddToShoppingCartDTOForItem and getUpdateShoppingCartItemDTOForItem methods - Proper handling of frozen NgRx ComponentStore state objects - Resolves bug #5452 where Lesepunkte delivery method changes failed The pre-commit hooks ran successfully (ESLint passed with no changes needed). The fix is now ready to be pushed and tested. Related work items: #5452