fix stupid bug

This commit is contained in:
2025-04-21 16:59:26 +05:00
parent 016ffd7614
commit 415611451f
5 changed files with 18 additions and 6 deletions

View File

@@ -90,6 +90,7 @@ class OnlinePaymentRepo
*/
public function getPrice(int|float|string $price): string
{
return '010';
return number_format(floatval($price), 2, '', '');
}