-
Notifications
You must be signed in to change notification settings - Fork 9.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
Capture amount is invalid when discount is higher than subtotal without tax #34181
Comments
Hi @MeCapron. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento give me 2.4-develop instance |
Hi @MeCapron. Thank you for your request. I'm working on Magento instance for you. |
Hi @MeCapron, here is your Magento Instance: https://399d1367be3b84baf4843919da739934-2-4-develop.instances.magento-community.engineering |
This sounds similar to #32270 & #30853. Does MC-41438: 100% Discount cart rule results in Tax invoiced fix your issue? This fix is included in Magento 2.4.3 btw. |
Hi @engcom-November. Thank you for working on this issue.
|
Verified the issue on Magento 2.4-develop branch and the issue is not reproducible. Capture online and Capture Offline both are working fine with above Tax and discount configuration. Created Product with price including tax - $45 @MeCapron, kindly recheck the issue on Magento 2.4-develop branch as it has the latest code base and provide missing steps if any if the issue is still reproducible: |
Thanks. I just tried this patch and it fixed my issue. No more problem here, thanks. |
@engcom-November Thank you for working on this issue, as @hostep said this issue is resolved in 2.4.3 through 533ec2e |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Example
Before this commit, the calculation would be the following :
(-2.5) + 0.83 + 6.67 = 5.00
0 + 0.83 + 6.67 = 7.5
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: