From 49e6597470da74f6a9f1dd7d5286ea3b4756b7e0 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 10 Oct 2021 13:59:00 +0200 Subject: [PATCH] Update currencies --- data/country-to-currency.php | 2 +- data/iso-currencies.php | 1 + data/numeric-to-currency.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/country-to-currency.php b/data/country-to-currency.php index 70b3dbd..8f3efce 100644 --- a/data/country-to-currency.php +++ b/data/country-to-currency.php @@ -233,7 +233,7 @@ 'UZ' => ['UZS'], 'VA' => ['EUR'], 'VC' => ['XCD'], - 'VE' => ['VES'], + 'VE' => ['VES', 'VED'], 'VG' => ['USD'], 'VI' => ['USD'], 'VN' => ['VND'], diff --git a/data/iso-currencies.php b/data/iso-currencies.php index a6a6ad4..150cb41 100644 --- a/data/iso-currencies.php +++ b/data/iso-currencies.php @@ -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], diff --git a/data/numeric-to-currency.php b/data/numeric-to-currency.php index 9b57aa6..f45a3f7 100644 --- a/data/numeric-to-currency.php +++ b/data/numeric-to-currency.php @@ -124,6 +124,7 @@ 882 => 'WST', 886 => 'YER', 901 => 'TWD', + 926 => 'VED', 927 => 'UYW', 928 => 'VES', 929 => 'MRU',