Item price double issue solved #r4th1n

This commit is contained in:
Cüneyt Şentürk 2021-08-08 21:00:06 +03:00
parent 19b7993387
commit 47aa58e198

View File

@ -59,6 +59,8 @@ class Money
$money_format = Str::replaceFirst('.', '', $money_format);
}
}
$money_format = (double) $money_format;
}
$amount = $this->getAmount($money_format, $currency_code);