-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: remove extra handling charge from fulfillment total
#5987
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
fix: remove extra handling charge from fulfillment total
#5987
Conversation
Signed-off-by: Erik Kieckhafer <[email protected]>
… into release-2.9.1
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
|
@mikemurray this seems to be the appropriate fix for the price mismatch issue we were debugging. @aldeed mentioned he'd look into refactoring the names and confirming the calculations in the 3.0 branch, but you should probably update #5976 to include this change instead of this one. |
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
aldeed
left a comment
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.
Didn't test but this looks like the correct fix based on code review
Signed-off-by: Eric Dobbertin <[email protected]>
manueldelreal
left a comment
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.
Impact: major
Type: bugfix
Issue
Total price mismatch between submitted payment and expected total when shipping includes a handling fee.
Solution
Remove extra
handlingcharge addition inaddInvoiceToGroupBreaking changes
No breaking changes
Testing