-
Notifications
You must be signed in to change notification settings - Fork 454
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
#1099 Move add cart item API to cart module #1141
Conversation
Cart Coverage Report
|
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.
We don't need to create a new version of CartItemXXX classes, in my opinion. We will only refactor the code but keep the class names unchanged
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.
Thanks for the feedback. The "V2" in the class name is a temporary measure to avoid conflicts during the refactoring process.
Since there’s another task related to the cart that might be developing, I want to avoid any issues. Once the refactoring is complete, I’ll remove the "V2" and revert the classes to their original names.
|
No description provided.