Resolve "Regional pricing" #1703

Merged
korina.cordero merged 36 commits from 780-regional-pricing into master 2024-04-23 13:11:52 +00:00
Showing only changes of commit 4dd8efd95a - Show all commits

View file

@ -318,9 +318,18 @@ class InsuranceController extends ApiController
// TODO: if this changes often, make an entity and make it manageable on CRM
$body_types = [
'SEDAN' => 'Sedan',
'SUV' => 'SUV',
'TRUCK' => 'Truck',
[
'id' => 'SEDAN',
'name' => 'Sedan',
],
[
'id' => 'SUV',
'name' => 'SUV',
],
[
'id' => 'TRUCK',
'name' => 'Truck',
]
];
return new ApiResponse(true, '', [