mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 12:56:04 +03:00
Merge pull request #19 from blide/master
fix: remove Customer.PhotoURL filter
This commit is contained in:
commit
337dc3787e
@ -54,7 +54,6 @@ type CustomersFilter struct {
|
|||||||
KeywordName string `url:"keywordName,omitempty"`
|
KeywordName string `url:"keywordName,omitempty"`
|
||||||
AdContentName string `url:"adContentName,omitempty"`
|
AdContentName string `url:"adContentName,omitempty"`
|
||||||
MgCustomerID string `url:"mgCustomerId,omitempty"`
|
MgCustomerID string `url:"mgCustomerId,omitempty"`
|
||||||
PhotoURL string `url:"photoUrl,omitempty"`
|
|
||||||
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user