Skip to content

Commit 3471d0b

Browse files
authored
Reduced rate and parking rate corrected for Belgium (#173)
The low rate is 6% and parking rate should be 12% same as intermediate rate
1 parent f751b7d commit 3471d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VatCalculator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class VatCalculator
4545
'rate' => 0.21,
4646
'rates' => [
4747
'high' => 0.21,
48-
'low' => 0.09,
48+
'low' => 0.06,
4949
'low1' => 0.12,
50-
'parking' => 0.0012,
50+
'parking' => 0.12,
5151
],
5252
],
5353
'BG' => [ // Bulgaria

0 commit comments

Comments
 (0)