Relabel JO service types #66

This commit is contained in:
Kendrick Chan 2018-04-03 11:45:25 +08:00
parent cc132288f8
commit b007352b19

View file

@ -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',
];
}