Skip to content
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

Made it so products can have their amounts varied at runtime #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

leoamaro01
Copy link

No description provided.

Changed Units property's "set" accessor back to private.
Added AddUnits(int) method for this purpose.
Reformatted Add method in Cart to reflect this change.
@leoamaro01
Copy link
Author

There is a problem with these changes, the catalog product objects are the same as those in the cart, not copies, so when the Units property of a Product object is changed in the cart, the change is reflected in the catalog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant