diff --git a/src/Ramcar/ServiceType.php b/src/Ramcar/ServiceType.php index 28c68d98..abdc19e4 100644 --- a/src/Ramcar/ServiceType.php +++ b/src/Ramcar/ServiceType.php @@ -14,13 +14,13 @@ class ServiceType extends NameValue const EMERGENCY_REFUEL = 'fuel'; const COLLECTION = [ - 'battery_new' => 'Battery Replacement (New)', - 'battery_warranty' => 'Battery Replacement (Under Warranty)', + 'battery_new' => 'Battery Sales', + 'battery_warranty' => 'Under Warranty', 'jumpstart_troubleshoot' => 'General Service', 'post_recharged' => 'Post - Recharged', 'post_replacement' => 'Post - Replacement', - 'tire' => 'Tire Repair', + 'tire' => 'Flat Tire', 'overheat' => 'Overheat Assistance', - 'fuel' => 'Emergency Refuel', + 'fuel' => 'Fuel', ]; }