Merge branch 'release/2026.06.18' into feature/CASH-2573

This commit is contained in:
chloeherdsafelite 2026-06-15 09:26:44 -04:00 committed by GitHub
commit 1acd4f26b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,