remove mgCustomerIds filter from /api/v5/customers request
This commit is contained in:
commit
9a56566a7f
@ -494,12 +494,4 @@ class CustomerFilter
|
|||||||
* @Form\SerializedName("attachedTags")
|
* @Form\SerializedName("attachedTags")
|
||||||
*/
|
*/
|
||||||
public $attachedTags;
|
public $attachedTags;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string
|
|
||||||
*
|
|
||||||
* @Form\Type("string")
|
|
||||||
* @Form\SerializedName("mgCustomerIds")
|
|
||||||
*/
|
|
||||||
public $mgCustomerIds;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user