sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb in hubspot-api-client-2.0.0 vs sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb in hubspot-api-client-2.1.0
- old
+ new
@@ -14,10 +14,10 @@
end
private
def contact_input
- @contact_input ||= ::Hubspot::Crm::Objects::SimplePublicObjectInput.new(properties: @properties)
+ @contact_input ||= ::Hubspot::Crm::Contacts::SimplePublicObjectInput.new(properties: @properties)
end
end
end
end
end