Skip to content

Commit 3b8d537

Browse files
committed
task: add more cases for MNH/CTO conditions.
Part of #1326
1 parent df03d31 commit 3b8d537

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/ru/mystamps/web/feature/series/importing/SeriesInfoExtractorServiceImpl.java

+7
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,13 @@ public SeriesExtractedInfo extract(String pageUrl, RawParsedDataDto data) {
523523
case "ГАШЕНЫЕ":
524524
condition = SeriesCondition.CANCELLED;
525525
break;
526+
// written in Russian
527+
case "СТО":
528+
condition = SeriesCondition.CTO;
529+
break;
530+
case "MNH**":
531+
condition = SeriesCondition.MNH;
532+
break;
526533
default:
527534
continue;
528535
}

0 commit comments

Comments
 (0)