Skip to content

Commit

Permalink
[ABF-6531] Dev(Tax): update QC rates for the first two brackets (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
faroukhoumaidi authored May 12, 2023
1 parent 1d96f30 commit c64d3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taxes/income-tax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ export const TAX_BRACKETS: TaxBrackets = {
RATES: [{
FROM: 0,
TO: 49275,
RATE: 0.15,
RATE: 0.14,
}, {
FROM: 49275,
TO: 98540,
RATE: 0.20,
RATE: 0.19,
}, {
FROM: 98540,
TO: 119910,
Expand Down

0 comments on commit c64d3f2

Please sign in to comment.