Merge pull request #3150 from Safelite/nation/CASH-2593

CASH-2593 use V2 endpoint to include dualrecal msr
This commit is contained in:
CarlNation 2026-04-24 14:07:07 -04:00 committed by GitHub
commit 9ba43fe492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ const endpoints = {
method: "GET",
},
GetMobileFeePart: {
url: "/parts/api/v1/parts/mobile-fee",
url: "/parts/api/v2/parts/mobile-fee",
method: "GET",
},
GetPricingByDayPart: {