Merge branch 'release/2026.06.18' into nation/CASH-2838

This commit is contained in:
CarlNation 2026-06-05 07:30:31 -04:00 committed by GitHub
commit 700e9b426c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,6 +360,12 @@ export default {
payload.carId = "";
}
if (isDefined(order.vehicle.vinRequired)) {
payload.vehicleIsVinRequired = order.vehicle.vinRequired;
} else {
payload.vehicleIsVinRequired = false;
}
// Glass pieces
const glass = order.damage.glassToReplace ?? [];
if (glass.length === 0) {