Merge pull request #3225 from Safelite/nation/newSnowflakeFields
pass new snowflake fields
This commit is contained in:
commit
5db7b7f745
1 changed files with 6 additions and 0 deletions
|
|
@ -1818,6 +1818,9 @@ export const actions = {
|
|||
coverageSubStatus,
|
||||
isNoComp,
|
||||
isItac,
|
||||
isClaimAndCoverage,
|
||||
vinRequired,
|
||||
installOemGlass,
|
||||
subTotalPrice,
|
||||
totalPrice,
|
||||
userAgent,
|
||||
|
|
@ -1868,6 +1871,9 @@ export const actions = {
|
|||
deductible: deductible,
|
||||
isNoComp: isNoComp,
|
||||
isItac: isItac,
|
||||
isClaimAndCoverage: isClaimAndCoverage,
|
||||
vinRequired: vinRequired,
|
||||
installOemGlass: installOemGlass,
|
||||
subTotalPrice: subTotalPrice,
|
||||
totalPrice: totalPrice,
|
||||
userAgent: userAgent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue