From cd2eb9896d5ac28930652ed41cacff7f1414379c Mon Sep 17 00:00:00 2001 From: Petr Soukup Date: Thu, 5 Dec 2024 14:21:07 +0100 Subject: [PATCH] Updated reduced vat rate for Poland (#184) https://www.podatki.gov.pl/en/value-added-tax/general-vat-rules-and-rates/list-of-vat-rates/ --- src/VatCalculator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VatCalculator.php b/src/VatCalculator.php index a6e2a67..bc5de85 100644 --- a/src/VatCalculator.php +++ b/src/VatCalculator.php @@ -238,7 +238,7 @@ class VatCalculator 'rate' => 0.23, 'rates' => [ 'high' => 0.23, - 'low' => 0.06, + 'low' => 0.05, 'low1' => 0.08, ], ],