mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(customer-details): prioritize cart navigation over reward return URL Fixes issue #5461 where navigating to cart after customer selection would incorrectly route to reward shop page. Changed navigation priority to check for regular shopping cart items before checking for reward return URL context. This ensures that active standard checkout flows take precedence over any lingering reward flow navigation context. Related work items: #5461