From 9ecbd138bd876923cb003532ac72f139542f7178 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Fri, 17 Jan 2025 14:28:42 -0800 Subject: [PATCH] Add instructions for next step --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 4784e06cc1b..84c0348e9de 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,8 @@ In-Memory Order Updater TODO === +- [ ] MUST BE NEXT: Rebase this branch against #6080 and clean up the churn. https://github.com/solidusio/solidus/pull/6080 + - [x] Add additional cases to item_total_updater_spec (doesn't currently account for included adjustments) - [x] Consider Sofia's recommendation to break this class into POROs to simplify testing - [x] Add test coverage for `recalculate_item_total` when line item totals change