Skip to content

Commit

Permalink
Update VerifyLookup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgsrb authored Oct 23, 2016
1 parent 0843aa6 commit c0bf397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/KavenegarApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,14 @@ public function AccountConfig($apilogs, $dailyreport, $debug, $defaultsender, $m
return $this->execute($path, $params);
}

public function VerifyLookup($receptor, $token, $template)
public function VerifyLookup($receptor, $token, $token2, $token3, $template)
{
$path = $this->get_path("lookup", "verify");
$params = array(
"receptor" => $receptor,
"token" => $token,
"token2" => $token2,
"token3" => $token3,
"template" => $template
);
return $this->execute($path, $params);
Expand Down

0 comments on commit c0bf397

Please sign in to comment.