Skip to content

Commit

Permalink
Reduced rate and parking rate corrected for Belgium (#173)
Browse files Browse the repository at this point in the history
The low rate is 6% and parking rate should be 12% same as intermediate rate
  • Loading branch information
edwwaarrdd authored May 10, 2024
1 parent f751b7d commit 3471d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class VatCalculator
'rate' => 0.21,
'rates' => [
'high' => 0.21,
'low' => 0.09,
'low' => 0.06,
'low1' => 0.12,
'parking' => 0.0012,
'parking' => 0.12,
],
],
'BG' => [ // Bulgaria
Expand Down

0 comments on commit 3471d0b

Please sign in to comment.