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-08 13:47:48 +03:00 committed by GitHub
commit 9a56566a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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