pass new snowflake fields
pass new snowflake fields
This commit is contained in:
parent
a652a9eb17
commit
a0750f8c14
1 changed files with 6 additions and 0 deletions
|
|
@ -1818,6 +1818,9 @@ export const actions = {
|
||||||
coverageSubStatus,
|
coverageSubStatus,
|
||||||
isNoComp,
|
isNoComp,
|
||||||
isItac,
|
isItac,
|
||||||
|
isClaimAndCoverage,
|
||||||
|
vinRequired,
|
||||||
|
installOemGlass,
|
||||||
subTotalPrice,
|
subTotalPrice,
|
||||||
totalPrice,
|
totalPrice,
|
||||||
userAgent,
|
userAgent,
|
||||||
|
|
@ -1868,6 +1871,9 @@ export const actions = {
|
||||||
deductible: deductible,
|
deductible: deductible,
|
||||||
isNoComp: isNoComp,
|
isNoComp: isNoComp,
|
||||||
isItac: isItac,
|
isItac: isItac,
|
||||||
|
isClaimAndCoverage: isClaimAndCoverage,
|
||||||
|
vinRequired: vinRequired,
|
||||||
|
installOemGlass: installOemGlass,
|
||||||
subTotalPrice: subTotalPrice,
|
subTotalPrice: subTotalPrice,
|
||||||
totalPrice: totalPrice,
|
totalPrice: totalPrice,
|
||||||
userAgent: userAgent,
|
userAgent: userAgent,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue