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

Tax exemption is not applied on checkout for customers associated by email #5134

Open
frankie567 opened this issue Mar 1, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@frankie567
Copy link
Member

  • A customer [email protected] with a valid tax ID exists on an organization
  • They start a new checkout session.
  • They put the same email [email protected].
  • They leave the Tax ID blank

➡️ Payment is taken with tax included
➡️ On the backend, we associate the checkout and invoice with the existing customer. Thus, Tax ID is applied on the invoice.

🪲 There is a mismatch between the amount paid (tax included) and the expected amount on the invoice.

➡️ After associating the customer, we need to recompute the tax amount before confirming the payment.

@github-project-automation github-project-automation bot moved this to Backlog in Backlog Mar 1, 2025
@frankie567 frankie567 added the bug Something isn't working label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Status: No status
Development

No branches or pull requests

1 participant