helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Remove deprecated Customer Chat methods and Classes #229

Closed anthonyterrell closed 4 years ago

anthonyterrell commented 4 years ago

References #102, #100

This pull request does the following:

  1. Drops the deprecated Customer Chat class in favor of ChatHandle
  2. Removes unneeded test coverage for deprecated Chat methods
  3. Removes getChats, addChat and setChats methods from Customer class.