Skip to content

Commit

Permalink
Update currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 10, 2021
1 parent d1225f3 commit 49e6597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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' => ['VES'],
'VE' => ['VES', 'VED'],
'VG' => ['USD'],
'VI' => ['USD'],
'VN' => ['VND'],
Expand Down
1 change: 1 addition & 0 deletions data/iso-currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
'UYU' => ['UYU', 858, 'Peso Uruguayo', 2],
'UYW' => ['UYW', 927, 'Unidad Previsional', 4],
'UZS' => ['UZS', 860, 'Uzbekistan Sum', 2],
'VED' => ['VED', 926, 'Bolívar Soberano', 2],
'VES' => ['VES', 928, 'Bolívar Soberano', 2],
'VND' => ['VND', 704, 'Dong', 0],
'VUV' => ['VUV', 548, 'Vatu', 0],
Expand Down
1 change: 1 addition & 0 deletions data/numeric-to-currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
882 => 'WST',
886 => 'YER',
901 => 'TWD',
926 => 'VED',
927 => 'UYW',
928 => 'VES',
929 => 'MRU',
Expand Down

0 comments on commit 49e6597

Please sign in to comment.