Relabel JO service types #66
This commit is contained in:
parent
cc132288f8
commit
b007352b19
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue