Skip to content

Commit

Permalink
VerifyLookupV2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgsrb committed May 8, 2017
1 parent 826a416 commit fcb1756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KavenegarApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function AccountConfig($apilogs, $dailyreport, $debug, $defaultsender, $m

public function VerifyLookup($receptor, $token, $token2, $token3, $template, $type = null)
{
return VerifyLookupV2($receptor, $template, $type, $token, $token2, $token3, null);
return $this->VerifyLookupV2($receptor, $template, $type, $token, $token2, $token3, null);
}

public function VerifyLookupV2($receptor, $template, $type = null, $token, $token2, $token3, $token10)
Expand Down

0 comments on commit fcb1756

Please sign in to comment.