fix value
This commit is contained in:
parent
643749dd87
commit
7827f70a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue