From bcb7fec881cd18eb76b0681d49e0a93bf17f8fc7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 Aug 2016 12:53:45 +0200 Subject: [PATCH] Value bug fix from string to int --- Localization/ISO4217SubUnitEnum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 2a6a0c714..28f2c066c 100644 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -174,7 +174,7 @@ class ISO4217SubUnitEnum extends Enum const _UZS = 100; const _VEF = 100; const _VND = 10; - const _VUV = None; + const _VUV = 0; const _WST = 100; const _XAF = 100; const _XCD = 100;