diff --git a/src/Ctct/Services/ContactService.php b/src/Ctct/Services/ContactService.php index fdb042e..0aca2d2 100755 --- a/src/Ctct/Services/ContactService.php +++ b/src/Ctct/Services/ContactService.php @@ -64,8 +64,6 @@ public function getContacts($accessToken, Array $params = array()) * limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50. * modified_since - ISO-8601 formatted timestamp. * next - the next link returned from a previous paginated call. May only be used by itself. - * email - full email address string to restrict results by - * status - a contact status to filter results by. Must be one of ACTIVE, OPTOUT, REMOVED, UNCONFIRMED. * @return ResultSet * @throws CtctException */ diff --git a/standalone/vendor.zip b/standalone/vendor.zip index ab77972..33b06dc 100644 Binary files a/standalone/vendor.zip and b/standalone/vendor.zip differ