-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10.0][IMP] shopinvader_promotion_rule: let possibility to disable promotion rule by backend #724
[10.0][IMP] shopinvader_promotion_rule: let possibility to disable promotion rule by backend #724
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Minor remarks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once comments from @rousseldenis are taken into account
248b30c
to
0cb7dc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review
This PR has the |
…omotion rule for specifics backends
0cb7dc6
to
8e45b43
Compare
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at e705070. Thanks a lot for contributing to shopinvader. ❤️ |
Add a boolean on the backend to set if promotion rules should be applied or not.
The unit test only check the specific behavior.
The goal is not to test full
sale_promotion_rule
module.