You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ In-Memory Order Updater TODO
16
16
- Let's put a breakpoint in the dummy app to make sure all the of autoloaded paths that we expect are there. We put a breakpoint inside of Flickwerk and it showed that it was adding autoload paths to an empty array so we want to be sure that those are not being overwritten somewhere.
17
17
-[ ] Adding shared examples that could be used in both promotion system gems to
18
18
ensure the above?
19
+
-[ ] Failing tests in new promotion system integrations spec due to
20
+
legacy_promotions order updater patch in `SolidusLegacyPromotions::SpreeOrderUpdaterPatch`
21
+
-[ ] Consider moving the `adjustment_total` re-calculation into the
22
+
`Spree::Config.item_total_class` and thus removing the need for the override?
19
23
-[In Progress] Handle persistence in all implementations of `promotions.order_adjuster_class`
20
24
-[x] Follow up on any failing test relating to change in promotion chooser
21
25
-[x] Ensure adjustments are marked for destructions instead of destroyed
0 commit comments