From 3bb8a3c4cc3492468d163fbcde21831143d02d59 Mon Sep 17 00:00:00 2001 From: Martin Jonas Date: Thu, 12 Dec 2024 11:44:53 +0100 Subject: [PATCH] slovakia-2025 --- src/VatCalculator.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/VatCalculator.php b/src/VatCalculator.php index bc5de85..ff1d275 100644 --- a/src/VatCalculator.php +++ b/src/VatCalculator.php @@ -280,10 +280,11 @@ class VatCalculator ], ], 'SK' => [ // Slovakia - 'rate' => 0.20, + 'rate' => 0.23, 'rates' => [ - 'high' => 0.20, - 'low' => 0.10, + 'high' => 0.23, + 'low' => 0.05, + 'low1' => 0.19, ], ],