From 7827f70a0c40c2b4bfb1d0d5b262cf1cdb50730b Mon Sep 17 00:00:00 2001 From: "US\\katie.kroell" Date: Tue, 13 May 2025 15:02:57 -0400 Subject: [PATCH] fix value --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {