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
1-2 of 2