-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ig 533 coupon investigate itemable coupon history not showing #58
Ig 533 coupon investigate itemable coupon history not showing #58
Conversation
[ci skip] [skip ci] Co-authored-by: Sam Poyigi <[email protected]>
Signed-off-by: Sam Poyigi <[email protected]>
Signed-off-by: Sam Poyigi <[email protected]>
Signed-off-by: Sam Poyigi <[email protected]>
eaffaf4
to
e3676c8
Compare
public function getModel() | ||
{ | ||
} | ||
|
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.
I don't think we need to define this here as not all cartcondition will require it
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.
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.
Looking at the code, getModel
method is only available on the coupon cartcondition, same as appliesOnMenuItems
and getApplicableItems
methods. I think we should move the logic into the coupon condition since it is more specific to the coupon and not all cartconditions would have a getmodel or applicable items method
public function getModel() | ||
{ | ||
} | ||
|
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.
Looking at the code, getModel
method is only available on the coupon cartcondition, same as appliesOnMenuItems
and getApplicableItems
methods. I think we should move the logic into the coupon condition since it is more specific to the coupon and not all cartconditions would have a getmodel or applicable items method
No description provided.