Merge pull request #167 from Safelite/feature/refactoring-store
Removed not-yet-used fields (many of which our out-of-sync with confl…
This commit is contained in:
commit
17d162e259
1 changed files with 0 additions and 26 deletions
|
|
@ -19,42 +19,16 @@ export default createStore({
|
||||||
make: null,
|
make: null,
|
||||||
model: null,
|
model: null,
|
||||||
style: null,
|
style: null,
|
||||||
vin: null,
|
|
||||||
licensePlate: null,
|
|
||||||
carId: null,
|
carId: null,
|
||||||
category: null,
|
category: null,
|
||||||
evoxImageId: null,
|
|
||||||
hasSplitWindshieldOption: null,
|
|
||||||
hasBackglassSliderOption: null,
|
|
||||||
registration: {
|
|
||||||
rawAddress: null,
|
|
||||||
zipCode: null,
|
|
||||||
firstName: null,
|
|
||||||
lastName: null,
|
|
||||||
licensePlate: null,
|
|
||||||
},
|
|
||||||
damage: {
|
damage: {
|
||||||
isRepair: null,
|
isRepair: null,
|
||||||
isReplacement: null,
|
|
||||||
numberOfChips: null,
|
numberOfChips: null,
|
||||||
glassToReplace: null,
|
glassToReplace: null,
|
||||||
problemGlassQuestionAnswers: null,
|
|
||||||
problemMoldingQuestionAnswers: null,
|
|
||||||
problemPropertyQuestionAnswers: null,
|
|
||||||
},
|
},
|
||||||
lineItems: null,
|
|
||||||
customer: {
|
|
||||||
emailAddress: null,
|
|
||||||
},
|
|
||||||
payment: {
|
|
||||||
isInsurance: null,
|
|
||||||
isCash: null,
|
|
||||||
},
|
|
||||||
referralSeqNum: null,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
applicationUser: {
|
applicationUser: {
|
||||||
experiments: null,
|
|
||||||
eventBus: []
|
eventBus: []
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue