From ea714bc8b70a1c463e2a186443b1ec5c2138768d Mon Sep 17 00:00:00 2001 From: Rob van der Lee Date: Wed, 7 Feb 2024 11:56:44 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Adding=20the=20Bol=C3=ADvar=20Soberano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Value/Money/CurrencyIso.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Value/Money/CurrencyIso.php b/src/Value/Money/CurrencyIso.php index 2e444b4..6e49c49 100644 --- a/src/Value/Money/CurrencyIso.php +++ b/src/Value/Money/CurrencyIso.php @@ -1169,6 +1169,13 @@ final class CurrencyIso 'minorUnit' => 0, 'numericCode' => 548, ], + 'VED' => + [ + 'alphabeticCode' => 'VED', + 'currency' => 'BolĂ­var Soberano', + 'minorUnit' => 2, + 'numericCode' => 926, + ], 'VES' => [ 'alphabeticCode' => 'VES',