moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.56k stars 439 forks source link

Update currency.php with the correct minorUnit value for IRR #766

Closed AmirMehrabi closed 6 months ago

AmirMehrabi commented 6 months ago

This is a proposed fix for #765

frederikbosch commented 6 months ago

The currencies are derived from the package moneyphp/iso-currencies, which uses this data source. You can create your own implementation of the Currencies interface to overwrite this.