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
Is your feature request related to a problem? Please describe.
In order to process promotion that impact at the orderLine level, the PromotionItemAction has your back. But the side effects are still Order based. Worse, the state is not passed along requiring you to effectively rerun your condition to identify the orderLines you want to update
Is your feature request related to a problem? Please describe.
In order to process promotion that impact at the orderLine level, the
PromotionItemAction
has your back. But the side effects are stillOrder
based. Worse, the state is not passed along requiring you to effectively rerun your condition to identify the orderLines you want to updateRelates to #3254
Describe the solution you'd like
implement
onActivate
andonDeactivate
at thePromotionItemAction
level, passing theOrderLine
in questionDescribe alternatives you've considered
rerunning the condition logic
Additional context
The text was updated successfully, but these errors were encountered: