Merge pull request #2793 from Safelite/feature/CASH-1441

CASH-1441 - Passed in canSafeliteService value to sv2
This commit is contained in:
mvalaiyapathi 2025-08-25 14:21:18 -04:00 committed by GitHub
commit fe9740deda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2277,6 +2277,7 @@ export const actions = {
vehicleSubType: vehicle.vehicleSubType,
vehicleSpecialClass: vehicle.vehicleSpecialClass,
isBigTruck: vehicle.isBigTruck,
canSafeliteService: vehicle.canSafeliteService,
registration: {
firstName: vehicle.registration.firstName,
lastName: vehicle.registration.lastName,