mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
fix: remove Customer.PhotoURL filter
This commit is contained in:
parent
10a7a0451b
commit
3b425cf812
1 changed files with 0 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue