Back to Money Support

danielbidala35788
danielbidala35788

Hi Guys, first of all thank you for this plugin. There is small bug in Initbiz\Money\Classes\Helpers

On line 37 must change this:

$value = $currencyHelper->format($amount / pow(10, $fractionDigits));

To this:

$value = $currencyHelper->format($amount / pow(10, $fractionDigits), ['in' => $currencyCode]);

Thanks in advance!

Last updated

inIT
inIT

Hi,

Thanks! It's fixed in the repo, if you need a new plugin update, give me a note.

1-2 of 2