diff --git a/src/store/index.js b/src/store/index.js index b5cfb241..d0bd9b29 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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) {