Add support for more product ids in filter

[MAILPOET-3954]
This commit is contained in:
Jan Lysý
2021-11-25 17:37:50 +01:00
committed by Veljko V
parent bdd4587fd3
commit d3ee546518
4 changed files with 71 additions and 9 deletions

View File

@@ -19,4 +19,5 @@ class InvalidFilterException extends InvalidStateException {
const INVALID_DATE_VALUE = 12;
const MISSING_COUNTRY = 13;
const MISSING_FILTER = 14;
const MISSING_OPERATOR = 15;
};