From 7f3376c131e2b8a0b5b6479cecfc28aa77915fc1 Mon Sep 17 00:00:00 2001 From: Minojhini Valaiyapathi Date: Tue, 5 May 2026 09:55:45 -0400 Subject: [PATCH] CASH-2576 - reverted back to v1 for ValidateZip --- 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 b2c7b4821..efb32ffc6 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -141,7 +141,7 @@ const endpoints = { method: "POST", }, ValidateZip: { - url: "/location/api/v2/location/zip", + url: "/location/api/v1/location/zip", method: "GET", }, PriceOrderItems: {