Commit 69cf13b4 authored by Shakarim Sapa's avatar Shakarim Sapa

- Testing

parent 023c98c7
......@@ -112,13 +112,12 @@ class UnisenderAPI {
);
}
public function getContactCount($listId){
public function getContactCount($listId, $params){
$params=(array)$params;
$params['list_id'] = $listId;
return $this->callMethod(
'getContactCount',
[
'list_id' => $listId,
'params[search]' => 'email'
]
$params
);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment