This commit is contained in:
2025-04-21 17:05:12 +05:00
parent 415611451f
commit 679c040aca

View File

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