From 3b425cf812da8a1454b872de0b43ad6fa661a288 Mon Sep 17 00:00:00 2001 From: blide Date: Fri, 7 Sep 2018 12:46:30 +0300 Subject: [PATCH] fix: remove Customer.PhotoURL filter --- v5/filters.go | 1 - 1 file changed, 1 deletion(-) diff --git a/v5/filters.go b/v5/filters.go index c4e4584..deedf0a 100644 --- a/v5/filters.go +++ b/v5/filters.go @@ -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"` }