Skip to content

Commit 5114b24

Browse files
committed
Romania reduces VAT to 20% in 2016
1 parent 2f9f624 commit 5114b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mpociot/VatCalculator/VatCalculator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class VatCalculator
5252
'NO' => 0.25,
5353
'PL' => 0.23,
5454
'PT' => 0.23,
55-
'RO' => 0.24,
55+
'RO' => 0.20,
5656
'SE' => 0.25,
5757
'SK' => 0.20,
5858
'SI' => 0.22,

0 commit comments

Comments
 (0)