From d707f13940b69299e0624e5ab08d7f428b35a131 Mon Sep 17 00:00:00 2001 From: Minojhini Valaiyapathi Date: Tue, 28 Apr 2026 08:38:11 -0400 Subject: [PATCH] CASH-2576 - updated the v2 version for /zip/damageType --- 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..9e884df91 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -141,7 +141,7 @@ const endpoints = { method: "POST", }, ValidateZip: { - url: "/location/api/v1/location/zip", + url: "/location/api/v2/location/zip", method: "GET", }, PriceOrderItems: {