Update: 2026-07-06 02:55:17
This commit is contained in:
@@ -196,7 +196,7 @@ function calculateDynamicPrice($country, $minFare, $distance, $duration, $kazanR
|
||||
$isEgypt = ($kazanRow['country'] === 'Egypt' || $kazanRow['country'] === 'EG');
|
||||
|
||||
if ($isJordan) {
|
||||
$longSpeedPerKm = 0.20; // Increased to ensure driver perceives higher value
|
||||
$longSpeedPerKm = 0.19; // Increased to ensure driver perceives higher value
|
||||
$longTripPerMin = 0.045; // Highway time increased
|
||||
} else if ($isEgypt) {
|
||||
$longSpeedPerKm = 10.0; // Cheaper for long distance
|
||||
|
||||
Reference in New Issue
Block a user