Add post service types #UAT
This commit is contained in:
parent
24d18142c4
commit
e27e902e49
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ class ServiceType extends NameValue
|
||||||
const BATTERY_REPLACEMENT_NEW = 'battery_new';
|
const BATTERY_REPLACEMENT_NEW = 'battery_new';
|
||||||
const BATTERY_REPLACEMENT_WARRANTY = 'battery_warranty';
|
const BATTERY_REPLACEMENT_WARRANTY = 'battery_warranty';
|
||||||
const JUMPSTART_TROUBLESHOOT = 'jumpstart_troubleshoot';
|
const JUMPSTART_TROUBLESHOOT = 'jumpstart_troubleshoot';
|
||||||
|
const POST_RECHARGED = 'post_recharged';
|
||||||
|
const POST_REPLACEMENT = 'post_replacement';
|
||||||
const TIRE_REPAIR = 'tire';
|
const TIRE_REPAIR = 'tire';
|
||||||
const OVERHEAT_ASSITANCE = 'overheat';
|
const OVERHEAT_ASSITANCE = 'overheat';
|
||||||
const EMERGENCY_REFUEL = 'fuel';
|
const EMERGENCY_REFUEL = 'fuel';
|
||||||
|
|
@ -15,6 +17,8 @@ class ServiceType extends NameValue
|
||||||
'battery_new' => 'Battery Replacement (New)',
|
'battery_new' => 'Battery Replacement (New)',
|
||||||
'battery_warranty' => 'Battery Replacement (Under Warranty)',
|
'battery_warranty' => 'Battery Replacement (Under Warranty)',
|
||||||
'jumpstart_troubleshoot' => 'General Service',
|
'jumpstart_troubleshoot' => 'General Service',
|
||||||
|
'post_recharged' => 'Post - Recharged',
|
||||||
|
'post_replacement' => 'Post - Replacement',
|
||||||
'tire' => 'Tire Repair',
|
'tire' => 'Tire Repair',
|
||||||
'overheat' => 'Overheat Assistance',
|
'overheat' => 'Overheat Assistance',
|
||||||
'fuel' => 'Emergency Refuel',
|
'fuel' => 'Emergency Refuel',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue