Skip to content

Commit

Permalink
ISO currency list update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 22, 2018
1 parent 695955b commit 4e71d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/country-to-currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
'UZ' => ['UZS'],
'VA' => ['EUR'],
'VC' => ['XCD'],
'VE' => ['VEF'],
'VE' => ['VES'],
'VG' => ['USD'],
'VI' => ['USD'],
'VN' => ['VND'],
Expand Down
2 changes: 1 addition & 1 deletion data/iso-currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
'UYI' => ['UYI', 940, 'Uruguay Peso en Unidades Indexadas (UI)', 0],
'UYU' => ['UYU', 858, 'Peso Uruguayo', 2],
'UZS' => ['UZS', 860, 'Uzbekistan Sum', 2],
'VEF' => ['VEF', 937, 'Bolívar', 2],
'VES' => ['VES', 928, 'Bolívar Soberano', 2],
'VND' => ['VND', 704, 'Dong', 0],
'VUV' => ['VUV', 548, 'Vatu', 0],
'WST' => ['WST', 882, 'Tala', 2],
Expand Down
2 changes: 1 addition & 1 deletion data/numeric-to-currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@
882 => 'WST',
886 => 'YER',
901 => 'TWD',
928 => 'VES',
929 => 'MRU',
930 => 'STN',
931 => 'CUC',
932 => 'ZWL',
933 => 'BYN',
934 => 'TMT',
936 => 'GHS',
937 => 'VEF',
938 => 'SDG',
940 => 'UYI',
941 => 'RSD',
Expand Down

0 comments on commit 4e71d42

Please sign in to comment.