Add dynamic filter connect type to response

[MAILPOET-3469]
This commit is contained in:
Jan Lysý
2021-06-07 12:13:38 +02:00
committed by Veljko V
parent 9a66f36236
commit f4c2e4880a
3 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,9 @@ class DynamicSegmentFilterData {
const TYPE_WOOCOMMERCE = 'woocommerce';
const TYPE_WOOCOMMERCE_SUBSCRIPTION = 'woocommerceSubscription';
public const CONNECT_TYPE_AND = 'and';
public const CONNECT_TYPE_OR = 'or';
/**
* @ORM\Column(type="serialized_array")
* @var array|null