fix value

This commit is contained in:
US\katie.kroell 2025-05-13 15:02:57 -04:00
parent 643749dd87
commit 7827f70a0c

View file

@ -1018,7 +1018,7 @@ export const useMainStore = defineStore({
const windshieldPartWithRecal = partsWithRecal?.length > 0 ? partsWithRecal[0] : null;
const safeliteOnly = true;
const shopRadiusInMiles = 100;
const isHeavyTruck = this.order.vehicle.isHeavyTruck;
const isHeavyTruck = this.order.vehicle.isBigTruck;
let url = `${endpoints.GetProviders.url}/${serviceZipCode}/${damageType}/${shopRadiusInMiles}/${parentAccountNumber}/${safeliteOnly}/${carId}`;
if (windshieldPartWithRecal) {