-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve trustworthiness of a content items price. #2897
Improve trustworthiness of a content items price. #2897
Conversation
I don't believe that the Netlify test failures are due to changes that I've made. Seems to be checking solidus guides and I have not made any changes to those said guides. |
Please rebase to get rid of the Netlify errors. |
5edca04
to
05cd72d
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.
Looks good to me. Thanks for adding the test coverage.
Great work Dennis!
There is a bug taking place in this class that I plan to fix. Before I do that I want to place the class under test to observe it's current beaviour and make my bugfix more obvious.
A line items price is more trustworthy than a variants price in regards to what a customer is paying for something.
05cd72d
to
351bb48
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.
Nice fix!
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.
Looks good!
Thanks guys! |
A line items price is more trustworthy than a variants price in regards
to what a customer is paying for something.
In the case that there are applications that charge different prices for variants based on criteria then using a line items price is a more accurate representation and a better source of truth as to what someone will pay for an item.
For shipping calculators that depend on how much something is costs this is an improvement.