1
0
mirror of synced 2024-11-21 21:06:07 +03:00

remove mgCustomerIds filter from /api/v5/customers request

This commit is contained in:
Pavel 2022-11-07 17:28:25 +03:00
parent 040cb49d29
commit d960d43053

View File

@ -494,12 +494,4 @@ class CustomerFilter
* @Form\SerializedName("attachedTags")
*/
public $attachedTags;
/**
* @var string
*
* @Form\Type("string")
* @Form\SerializedName("mgCustomerIds")
*/
public $mgCustomerIds;
}