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