wip
This commit is contained in:
@@ -90,7 +90,6 @@ class OnlinePaymentRepo
|
|||||||
*/
|
*/
|
||||||
public function getPrice(int|float|string $price): string
|
public function getPrice(int|float|string $price): string
|
||||||
{
|
{
|
||||||
return '010';
|
|
||||||
return number_format(floatval($price), 2, '', '');
|
return number_format(floatval($price), 2, '', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user