From 05ac38e199b83c07ae88166c6e44f20be719059e Mon Sep 17 00:00:00 2001 From: Daniel Weiser Date: Tue, 4 Aug 2020 13:13:52 +0300 Subject: [PATCH] fix Customer struct --- v5/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v5/types.go b/v5/types.go index f33c7bf..aa491fe 100644 --- a/v5/types.go +++ b/v5/types.go @@ -149,6 +149,7 @@ type Customer struct { MgCustomerID string `json:"mgCustomerId,omitempty"` PhotoURL string `json:"photoUrl,omitempty"` CustomFields map[string]string `json:"customFields,omitempty,brackets"` + Tags []Tag `json:"tags,brackets,omitempty"` } // CorporateCustomer type