Projects
PR #7269 is open for LRX-41868, extracting gift card types ahead of the upcoming controller deletion. Getting the types isolated before the controller comes down is exactly the kind of prep work that keeps a deletion clean rather than chaotic. I also finished testing for LRX-41866, the removal of dead customer AngularJS directives in PR #7237. Clearing out old Angular code is always quietly satisfying. Every directive that goes is one less thing future-me has to explain to someone new.
External Requests
Reviewed PR #23373 in monoliph for LRX-42391, which adds a feature-flag-gated exclusion of layby sales from the payAllOutstanding flow for on-account. The flag-based approach is the right call here since layby exclusion logic touching an outstanding balance calculation is exactly the sort of change you want to be able to roll back fast if something looks wrong in production.