Commit 8ff2a80f authored by Shakarim Sapa's avatar Shakarim Sapa

- Testing

parent 327110e4
...@@ -103,8 +103,13 @@ class UnisenderAPI { ...@@ -103,8 +103,13 @@ class UnisenderAPI {
} }
public function linkIsVisited($link) { public function linkIsVisited($link) {
echo '<pre>';
var_dump($this->visitedLinks);
echo '</pre>';
if (array_key_exists('result', $this->visitedLinks)) {
} }
}
public function createCampaign($message_id){ public function createCampaign($message_id){
return $this->callMethod( return $this->callMethod(
......
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