Skip to content

Update logic of order processing

prajakta bendre requested to merge cra200 into cra175

Summary by Bito

This PR overhauls the order processing workflow by implementing RUSH and REGULAR order types with mock database integration. It refactors OrderProcessor.java with improved variable names and formatting, while revising error handling in TestClass.java by reducing retry attempts from 3 to 2. The changes enhance error management, logging, delivery date validations, and overall code clarity.
Edited by prajakta bendre

Merge request reports