Add new segment to data mapper

[MAILPOET-3224]
This commit is contained in:
Pavel Dohnal
2021-04-14 10:17:40 +02:00
committed by Veljko V
parent 38f8f1d23f
commit deb6b9315e
6 changed files with 43 additions and 2 deletions

View File

@ -14,5 +14,6 @@ class InvalidFilterException extends InvalidStateException {
const MISSING_CATEGORY_ID = 6;
const MISSING_PRODUCT_ID = 7;
const INVALID_EMAIL_ACTION = 8;
const MISSING_VALUE = 9;
};