go-money icon indicating copy to clipboard operation
go-money copied to clipboard

Fixed GetCurrency to be case-insensitive

Open kotaroyamazaki opened this issue 2 years ago • 0 comments

~~NewFromFloat did not support lowercase currency codes because it used getCurrencyByCode. As same as New(), fix to use newCurrency(code).get() instead.~~

Fixed GetCurrency to be case-insensitive so that it wouldn't fail at upper case.

And Add test case.

kotaroyamazaki avatar Nov 08 '22 10:11 kotaroyamazaki