Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 3ea3498

Browse files
authored
Merge pull request #41 from vhx/master
Slovakia currency is EUR
2 parents 4bb3b47 + fd1bcbd commit 3ea3498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iso_country_codes/iso_4217.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ class BRA < Code #:nodoc:
704704
self.main_currency = 'BRL'
705705
end
706706
class SVK < Code #:nodoc:
707-
self.main_currency = 'SKK'
707+
self.main_currency = 'EUR'
708708
end
709709
class QAT < Code #:nodoc:
710710
self.main_currency = 'QAR'

0 commit comments

Comments
 (0)