CASH-320
CASH-320 pass isHeavyTruck flag to serviceability endpoint to determine mobile availability
This commit is contained in:
parent
c2a9182887
commit
acb64c788f
1 changed files with 2 additions and 0 deletions
|
|
@ -1836,6 +1836,8 @@ export const actions = {
|
|||
endPoint += `&${glassPieces}`;
|
||||
}
|
||||
|
||||
endPoint += `&isHeavyTruckVehicle=${context.getters.isHeavyTruckVehicle}`;
|
||||
|
||||
return globalMethods.callHttpClient({
|
||||
method: endpoints.GetServiceabilityDetails.method,
|
||||
endpoint: endPoint,
|
||||
|
|
|
|||
Loading…
Reference in a new issue