Commit 901d3cbb authored by Shakarim Sapa's avatar Shakarim Sapa

- Testing

parent 799a79df
...@@ -118,6 +118,10 @@ class UnisenderAPI { ...@@ -118,6 +118,10 @@ class UnisenderAPI {
); );
} }
/**
* @param $email
* @return array
*/
public function validateSender($email){ public function validateSender($email){
return $this->callMethod( return $this->callMethod(
'validateSender', 'validateSender',
......
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