RubyMoney / monetize

A library for converting various objects into `Money` objects.
MIT License
430 stars 107 forks source link

wrong parsing when currency symbol after amount #129

Closed BKDruby closed 4 years ago

BKDruby commented 5 years ago

Monetize.parse('2,50€') => Money fractional:250 currency:USD

antstorm commented 4 years ago

@BKDruby good spot, I've opened a PR to fix it ^