Skip to content

Commit

Permalink
Add contact in list checking method
Browse files Browse the repository at this point in the history
Format according to project codestyle;
  • Loading branch information
webarchitect609 committed Nov 22, 2016
1 parent f3f56c4 commit 5380bf1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Snowcap/Emarsys/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,13 +418,11 @@ public function getContactsFromContactList($listId, array $data)
}

/**
* Checks whether a specific contact is included in the defined contact list.
*
* @param integer $contactId
* @param integer $listId
* Check whether a specific contact is included in the defined contact list.
*
* @param int $contactId
* @param int $listId
* @return Response
*
* @link http://documentation.emarsys.com/resource/developers/endpoints/contacts/check-a-contact-in-a-contact-list/
*/
public function checkContactInList($contactId, $listId)
Expand Down

0 comments on commit 5380bf1

Please sign in to comment.