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:
Mark Harris 2022-01-26 08:55:55 -05:00 committed by GitHub
commit 17d162e259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,42 +19,16 @@ export default createStore({
make: null,
model: null,
style: null,
vin: null,
licensePlate: null,
carId: null,
category: null,
evoxImageId: null,
hasSplitWindshieldOption: null,
hasBackglassSliderOption: null,
registration: {
rawAddress: null,
zipCode: null,
firstName: null,
lastName: null,
licensePlate: null,
},
damage: {
isRepair: null,
isReplacement: null,
numberOfChips: null,
glassToReplace: null,
problemGlassQuestionAnswers: null,
problemMoldingQuestionAnswers: null,
problemPropertyQuestionAnswers: null,
},
lineItems: null,
customer: {
emailAddress: null,
},
payment: {
isInsurance: null,
isCash: null,
},
referralSeqNum: null,
},
},
applicationUser: {
experiments: null,
eventBus: []
},
},