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

fix(core): Add surcharge taxLines to taxSummary #2798

Conversation

tschortsch
Copy link
Contributor

Description

This change adds the taxLines of the orders surcharges to the taxSummary. Fixes #2797.

Breaking changes

Since this fix changes the output of the taxSummary resolver it could be a breaking change for users which use the taxSummary in there storefront.

Checklist

📌 Always:

  • I have set a clear title
  • My PR is small and contains a single feature
  • I have checked my own PR

👍 Most of the time:

  • I have added or updated test cases
  • I have updated the README if needed

Copy link

netlify bot commented Apr 19, 2024

Deploy Preview for effervescent-donut-4977b2 canceled.

Name Link
🔨 Latest commit 73663b3
🔍 Latest deploy log https://app.netlify.com/sites/effervescent-donut-4977b2/deploys/66221dfc9693ee0008b1c346

@michaelbromley michaelbromley merged commit d0166a2 into vendure-ecommerce:master Apr 22, 2024
16 checks passed
@michaelbromley
Copy link
Member

Thanks for the fix & especially for including the test 👍 . I'd not class this as a breaking change in the sense that we are just adding data that was omitted on account of a bug that is now fixed.

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.

taxSummary on Order does not contain taxLines of surcharges
2 participants