From ea0a1fa056c5f8657d0f95022c57b69899568a1a Mon Sep 17 00:00:00 2001 From: Juan Lago Date: Tue, 13 Dec 2022 13:42:25 +0100 Subject: [PATCH] Croatia will use EUR from 1st January 2023. It will keep HRK as secondary currency during the transition period to 31th December 2023. --- src/Data/Countries/CountryCodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Countries/CountryCodes.php b/src/Data/Countries/CountryCodes.php index c4871e1..d7ef4d4 100644 --- a/src/Data/Countries/CountryCodes.php +++ b/src/Data/Countries/CountryCodes.php @@ -724,7 +724,7 @@ class CountryCodes extends ISODataBase 'alpha3' => 'HRV', 'numeric' => '191', 'tld' => '.hr', - 'currencies' => ['HRK',], + 'currencies' => ['EUR','HRK',], 'languages' => ['HR', 'SR', 'HU', 'CS', 'SK'], 'continents' => ['EU'], 'capital' => 'Zagreb',