From fd1bcbd957a453ac2a733b03547dd1d94da23f06 Mon Sep 17 00:00:00 2001 From: Kevin Sheurs Date: Mon, 28 Nov 2016 11:47:48 -0500 Subject: [PATCH] Slovakia currency is EUR --- lib/iso_country_codes/iso_4217.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iso_country_codes/iso_4217.rb b/lib/iso_country_codes/iso_4217.rb index 607eaa7..d7c5881 100644 --- a/lib/iso_country_codes/iso_4217.rb +++ b/lib/iso_country_codes/iso_4217.rb @@ -704,7 +704,7 @@ class BRA < Code #:nodoc: self.main_currency = 'BRL' end class SVK < Code #:nodoc: - self.main_currency = 'SKK' + self.main_currency = 'EUR' end class QAT < Code #:nodoc: self.main_currency = 'QAR'