CASH-499 undo changes.
This commit is contained in:
parent
3053e10db9
commit
f212cd5315
1 changed files with 4 additions and 4 deletions
|
|
@ -1856,11 +1856,11 @@ export const actions = {
|
||||||
|
|
||||||
const shopRadiusInMiles = 100;
|
const shopRadiusInMiles = 100;
|
||||||
|
|
||||||
let url = `${endpoints.GetProviders.url}/${serviceZipCode}/${damageType}/${shopRadiusInMiles}/${accountNumber}/true/${carId}/false`;
|
let url = `${endpoints.GetProviders.url}/${serviceZipCode}/${damageType}/${shopRadiusInMiles}/${accountNumber}/true/${carId}`;
|
||||||
|
|
||||||
// if (windshieldPartWithRecal) {
|
if (windshieldPartWithRecal) {
|
||||||
// url += `/${windshieldPartWithRecal.partNumber}`;
|
url += `/${windshieldPartWithRecal.partNumber}`;
|
||||||
// }
|
}
|
||||||
|
|
||||||
return globalMethods.callHttpClient({
|
return globalMethods.callHttpClient({
|
||||||
method: endpoints.GetProviders.method,
|
method: endpoints.GetProviders.method,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue