Merge branch 'release/2026.06.18' into feature/CASH-2573
This commit is contained in:
commit
1acd4f26b1
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