Skip to content

Commit

Permalink
Update make, model, year to generic values (#253)
Browse files Browse the repository at this point in the history
* Update make, model, year to generic values

* Update model value
  • Loading branch information
Jack-Byrne authored Oct 23, 2019
1 parent 1a93250 commit bd53f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/model/sdl/VehicleInfoModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ SDL.SDLVehicleInfoModel = Em.Object.create(
* @type {Object}
*/
vehicleType: {
make: 'Ford',
model: 'Fiesta',
modelYear: '2013',
make: 'SDL',
model: 'Generic',
modelYear: '2019',
trim: 'SE'
},
eVehicleDataType: {
Expand Down

0 comments on commit bd53f11

Please sign in to comment.