Resolve "Superficial UAT changes for release" #864

Merged
jankstudio merged 12 commits from 66-superficial-uat-changes-for-release into master 2018-04-03 05:55:22 +00:00
Showing only changes of commit b007352b19 - Show all commits

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