Merge pull request #3226 from Safelite/rlsmerge/2026.06.18-to-develop
Rlsmerge/2026.06.18 to develop
This commit is contained in:
commit
3834b3730e
1 changed files with 4 additions and 0 deletions
|
|
@ -1835,6 +1835,8 @@ export const actions = {
|
||||||
isNoComp,
|
isNoComp,
|
||||||
isItac,
|
isItac,
|
||||||
isClaimAndCoverage,
|
isClaimAndCoverage,
|
||||||
|
vinRequired,
|
||||||
|
installOemGlass,
|
||||||
subTotalPrice,
|
subTotalPrice,
|
||||||
totalPrice,
|
totalPrice,
|
||||||
userAgent,
|
userAgent,
|
||||||
|
|
@ -1886,6 +1888,8 @@ export const actions = {
|
||||||
isNoComp: isNoComp,
|
isNoComp: isNoComp,
|
||||||
isItac: isItac,
|
isItac: isItac,
|
||||||
isClaimAndCoverage: isClaimAndCoverage,
|
isClaimAndCoverage: isClaimAndCoverage,
|
||||||
|
vinRequired: vinRequired,
|
||||||
|
installOemGlass: installOemGlass,
|
||||||
subTotalPrice: subTotalPrice,
|
subTotalPrice: subTotalPrice,
|
||||||
totalPrice: totalPrice,
|
totalPrice: totalPrice,
|
||||||
userAgent: userAgent,
|
userAgent: userAgent,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue