Skip to content

fix: Prevent truncating invoice lineItem taxRates #102

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

Merged
merged 2 commits into from
Oct 31, 2023
Merged

fix: Prevent truncating invoice lineItem taxRates #102

merged 2 commits into from
Oct 31, 2023

Conversation

RushiT0122
Copy link

@RushiT0122 RushiT0122 commented Oct 31, 2023

tax_rate can't be stored as an integer because many states allow fractional tax rates

This change makes it match credit_notes.json (which stores correctly as a float)

Description of change

  • update the 'tax_rate' field schema

Manual QA steps

Risks

Rollback steps

  • revert this branch

tax_rate can't be stored as an integer because many states allow fractional tax rates

This change makes it match `credit_notes.json` (which stores correctly as a float)
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.

3 participants