CASH-499 undo changes.

This commit is contained in:
Bryan Mauger 2025-04-15 15:21:34 -04:00
parent 3053e10db9
commit f212cd5315

View file

@ -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,