We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal is to then have consumers use this event. Then we can get rid of Ordering::OrderLines because they are only used for the need of this event.
Also, it will help to eliminate some "processes".
The text was updated successfully, but these errors were encountered:
Then we can get rid of Ordering::OrderLines because they are only used for the need of this event.
It turns out that there is one invariant that takes advantage of order_lines: raise CannotRemoveZeroQuantityItem if @basket.quantity(product_id).zero?
raise CannotRemoveZeroQuantityItem if @basket.quantity(product_id).zero?
Sorry, something went wrong.
I don't think this is an important feature. We can move it to somewhere else (pricing?) or get rid of it.
No branches or pull requests
The goal is to then have consumers use this event.
Then we can get rid of Ordering::OrderLines because they are only used for the need of this event.
Also, it will help to eliminate some "processes".
The text was updated successfully, but these errors were encountered: