From 8b5daf6566bdab60fe36715fc7a17f3e79de414a Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 6 Jul 2026 02:52:46 +0300 Subject: [PATCH] Update: 2026-07-06 02:52:45 --- backend/ride/pricing/get.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/ride/pricing/get.php b/backend/ride/pricing/get.php index a13ceabe..b17bf473 100644 --- a/backend/ride/pricing/get.php +++ b/backend/ride/pricing/get.php @@ -196,8 +196,8 @@ function calculateDynamicPrice($country, $minFare, $distance, $duration, $kazanR $isEgypt = ($kazanRow['country'] === 'Egypt' || $kazanRow['country'] === 'EG'); if ($isJordan) { - $longSpeedPerKm = 0.185; // Slightly increased for healthier margins (was 0.17) - $longTripPerMin = 0.035; // Highway time increased slightly (was 0.02) + $longSpeedPerKm = 0.20; // Increased to ensure driver perceives higher value + $longTripPerMin = 0.045; // Highway time increased } else if ($isEgypt) { $longSpeedPerKm = 10.0; // Cheaper for long distance $longTripPerMin = 0.40;