We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ac44e0 + 5ddea6d commit 5c24689Copy full SHA for 5c24689
src/Nager.Country/CountryInfos/CroatiaCountryInfo.cs
@@ -38,7 +38,7 @@ public class CroatiaCountryInfo : ICountryInfo
38
};
39
40
///<inheritdoc/>
41
- public ICurrency[] Currencies => new [] { new HrkCurrency() };
+ public ICurrency[] Currencies => new [] { new EurCurrency() };
42
43
public string[] CallingCodes => new [] { "385" };
44
}
0 commit comments