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

Commit

Permalink
Merge pull request #41 from vhx/master
Browse files Browse the repository at this point in the history
Slovakia currency is EUR
  • Loading branch information
greysteil authored Nov 28, 2016
2 parents 4bb3b47 + fd1bcbd commit 3ea3498
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 3ea3498

Please sign in to comment.