Create endpoint for promotion adjuster in OrderUpdater #4487
mamhoff
started this conversation in
New Features or Ideas
Replies: 1 comment
-
You have a lot of ideas today. This (like the others) seems like a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The code to handle promotions is scattered across four different classes:
#recalculate
method)Move all the code related to applying a promotion including eligibility checks to a new configurable class, Spree::Promotion::OrderAdjuster.
Beta Was this translation helpful? Give feedback.
All reactions