davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

Remove classes that support operations that no longer exist #41

Closed davidtsadler closed 7 years ago

davidtsadler commented 8 years ago

FindPopularSearchesRequestType and FindPopularSearchesResponseType should be removed from the SDK as they belong to a call that was removed in 2014. Will need to look into changing the WSDL parser so that it does not include these classes in future.