From 29c904feea50acea23cfb1bf3b93ab57d17903ac Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 26 Aug 2025 10:50:44 -0400 Subject: [PATCH] feature/IO-3255-simplified-parts-management - Typo in chg request route --- server/routes/intergrationRoutes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/intergrationRoutes.js b/server/routes/intergrationRoutes.js index 93c84d5b8..ca28a7a9b 100644 --- a/server/routes/intergrationRoutes.js +++ b/server/routes/intergrationRoutes.js @@ -38,7 +38,7 @@ if (typeof PARTS_MANAGEMENT_INTEGRATION_SECRET === "string" && PARTS_MANAGEMENT_ * Route to handle Vehicle Damage Estimate Change Request */ router.post( - "/parts-management/VehicleDamageEstimateChqRq", + "/parts-management/VehicleDamageEstimateChgRq", express.raw({ type: "application/xml", limit: XML_BODY_LIMIT }), // Parse XML body partsManagementIntegrationMiddleware, partsManagementVehicleDamageEstimateChqRq