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 EMERGENCY_REFUEL = 'fuel';
const COLLECTION = [ const COLLECTION = [
'battery_new' => 'Battery Replacement (New)', 'battery_new' => 'Battery Sales',
'battery_warranty' => 'Battery Replacement (Under Warranty)', 'battery_warranty' => 'Under Warranty',
'jumpstart_troubleshoot' => 'General Service', 'jumpstart_troubleshoot' => 'General Service',
'post_recharged' => 'Post - Recharged', 'post_recharged' => 'Post - Recharged',
'post_replacement' => 'Post - Replacement', 'post_replacement' => 'Post - Replacement',
'tire' => 'Tire Repair', 'tire' => 'Flat Tire',
'overheat' => 'Overheat Assistance', 'overheat' => 'Overheat Assistance',
'fuel' => 'Emergency Refuel', 'fuel' => 'Fuel',
]; ];
} }