Description
Add postal code formatting validation using regex patterns for supported geographic regions in Delivery service.
Acceptance Criteria
- Add validation rule for delivery address postal code.
- Include unit test coverage for valid and invalid formats.
- All tests pass.
Description
Add postal code formatting validation using regex patterns for supported geographic regions in Delivery service.
Acceptance Criteria