From 10594009e27845bdda97da65058650c818293606 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 24 Apr 2026 13:55:49 -0400 Subject: [PATCH] CASH-2593 use V2 endpoint to include dualrecal msr CASH-2593 use V2 endpoint to include dualrecal msr --- src/constants/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 50dea494f..9adfc0613 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -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: {