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.
state is used in dependencies between promotion conditions and actions. It is not available to process side effects
In my case, I use the condition to identify interesting orderLines and process them in PromotionItemAction
Describe the solution you'd like
state should be supplied to side effects
Describe alternatives you've considered
re-running condition logic to identify the orderLines I'm interested in
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
state is used in dependencies between promotion conditions and actions. It is not available to process side effects
In my case, I use the condition to identify interesting orderLines and process them in PromotionItemAction
Describe the solution you'd like
state should be supplied to side effects
Describe alternatives you've considered
re-running condition logic to identify the orderLines I'm interested in
Additional context
The text was updated successfully, but these errors were encountered: