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

Commit

Permalink
Slovakia currency is EUR
Browse files Browse the repository at this point in the history
  • Loading branch information
ksheurs committed Nov 28, 2016
1 parent 4bb3b47 commit fd1bcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iso_country_codes/iso_4217.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fd1bcbd

Please sign in to comment.