fix: remove Customer.PhotoURL filter

This commit is contained in:
blide 2018-09-07 12:46:30 +03:00
parent 10a7a0451b
commit 3b425cf812

View File

@ -54,7 +54,6 @@ type CustomersFilter struct {
KeywordName string `url:"keywordName,omitempty"`
AdContentName string `url:"adContentName,omitempty"`
MgCustomerID string `url:"mgCustomerId,omitempty"`
PhotoURL string `url:"photoUrl,omitempty"`
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
}