Add backend mapping and validation for customer country segment

[MAILPOET-3226]
This commit is contained in:
Rostislav Wolny
2021-05-04 16:07:07 +02:00
committed by Veljko V
parent ca8328ebce
commit 47eb085d2a
4 changed files with 35 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ class InvalidFilterException extends InvalidStateException {
const MISSING_NUMBER_OF_ORDERS_FIELDS = 10;
const MISSING_TOTAL_SPENT_FIELDS = 11;
const INVALID_DATE_VALUE = 12;
const MISSING_COUNTRY = 13;
};