Merge pull request #19 from blide/master

fix: remove Customer.PhotoURL filter
This commit is contained in:
Alex Lushpai 2018-09-07 12:50:26 +03:00 committed by GitHub
commit 337dc3787e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"`
}