From d784d47adbf18d2ea6d9a1ff5fa6537e13573760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Wed, 3 Jan 2024 04:58:14 +0100 Subject: [PATCH] Update VAT rate for Azores to 16% "a standard rate of 23% in mainland Portugal, 16% in the Autonomous Region of the Azores" https://eportugal.gov.pt/en/cidadaos-europeus-viajar-viver-e-fazer-negocios-em-portugal/impostos-para-atividades-economicas-em-portugal/imposto-sobre-valor-acrescentado-iva-em-portugal --- src/VatCalculator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VatCalculator.php b/src/VatCalculator.php index 7e9ae32..a02f36a 100644 --- a/src/VatCalculator.php +++ b/src/VatCalculator.php @@ -246,7 +246,7 @@ class VatCalculator 'PT' => [ // Portugal 'rate' => 0.23, 'exceptions' => [ - 'Azores' => 0.18, + 'Azores' => 0.16, 'Madeira' => 0.22, ], 'rates' => [