Skip to content

Commit 5c24689

Browse files
authored
Update Croatia Currency
switch to euro
2 parents 6ac44e0 + 5ddea6d commit 5c24689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Country/CountryInfos/CroatiaCountryInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class CroatiaCountryInfo : ICountryInfo
3838
};
3939

4040
///<inheritdoc/>
41-
public ICurrency[] Currencies => new [] { new HrkCurrency() };
41+
public ICurrency[] Currencies => new [] { new EurCurrency() };
4242
///<inheritdoc/>
4343
public string[] CallingCodes => new [] { "385" };
4444
}

0 commit comments

Comments
 (0)