diff --git a/types.go b/types.go index edc264e..fd1c3af 100644 --- a/types.go +++ b/types.go @@ -975,7 +975,7 @@ type DeliveryShipment struct { type IntegrationModule struct { Code string `json:"code,omitempty"` IntegrationCode string `json:"integrationCode,omitempty"` - Active bool `json:"active,omitempty"` + Active bool `json:"active"` Freeze bool `json:"freeze,omitempty"` Native bool `json:"native,omitempty"` Name string `json:"name,omitempty"`