Item price double issue solved #r4th1n
This commit is contained in:
parent
19b7993387
commit
47aa58e198
@ -59,6 +59,8 @@ class Money
|
|||||||
$money_format = Str::replaceFirst('.', '', $money_format);
|
$money_format = Str::replaceFirst('.', '', $money_format);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$money_format = (double) $money_format;
|
||||||
}
|
}
|
||||||
|
|
||||||
$amount = $this->getAmount($money_format, $currency_code);
|
$amount = $this->getAmount($money_format, $currency_code);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user