diff --git a/php/import.php b/php/import.php index 9d04bfa1..d0093d25 100644 --- a/php/import.php +++ b/php/import.php @@ -28,7 +28,7 @@ include_once 'helper.php'; const POS_MAP = ["Window" => "W", "Middle" => "M", "Aisle" => "A", "" => ""]; -const CLASS_MAP = ["Economy" => "Y", "Prem.Eco" => "P", "Business" => "C", "First" => "F", "" => ""]; +const CLASS_MAP = ["Economy" => "Y", "Prem.Eco" => "P", "EconomyPlus" => "P", "Business" => "C", "First" => "F", "" => ""]; const REASON_MAP = ["Business" => "B", "Personal" => "L", "Crew" => "C", "Other" => "O", "" => ""]; /**