- 🇮🇱Israel jsacksick
I think the year is wrong: See https://marosavat.com/estonia-increase-vat-rate-2025/#:~:text=Estonia%20.....
This is in EuropeanUnionVat.php
$zones['ee'] = new TaxZone([
'id' => 'ee',
'label' => $this->t('Estonia'),
'display_label' => $labels['vat'],
'territories' => [
['country_code' => 'EE'],
],
'rates' => [
[
'id' => 'standard',
'label' => $labels['standard'],
'percentages' => [
['number' => '0.2', 'start_date' => '2009-07-01', 'end_date' => '2023-12-31'],
['number' => '0.22', 'start_date' => '2024-01-01'],
],
'default' => TRUE,
],
[
'id' => 'reduced',
'label' => $labels['reduced'],
'percentages' => [
['number' => '0.09', 'start_date' => '2009-01-01', 'end_date' => '2023-12-31'],
['number' => '0.13', 'start_date' => '2024-01-01'],
],
],
],
]);
However that is incorrect. Currently the Estonian reduced tax is still at 9% not 13%.
Active
2.39
Tax
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think the year is wrong: See https://marosavat.com/estonia-increase-vat-rate-2025/#:~:text=Estonia%20.....