Value bug fix from string to int

This commit is contained in:
Dennis Eichhorn 2016-08-09 12:53:45 +02:00
parent 84b14a759d
commit bcb7fec881

View File

@ -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;