From 679c040aca4b738fcb86a60b05c761b37e059538 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 21 Apr 2025 17:05:12 +0500 Subject: [PATCH] wip --- app/Repos/Payment/OnlinePaymentRepo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Repos/Payment/OnlinePaymentRepo.php b/app/Repos/Payment/OnlinePaymentRepo.php index 7992200..702ee35 100644 --- a/app/Repos/Payment/OnlinePaymentRepo.php +++ b/app/Repos/Payment/OnlinePaymentRepo.php @@ -90,7 +90,6 @@ class OnlinePaymentRepo */ public function getPrice(int|float|string $price): string { - return '010'; return number_format(floatval($price), 2, '', ''); }