Skip to content

Commit

Permalink
Update KavenegarApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
honarkhah authored May 7, 2017
1 parent 4f71a7f commit 33084dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wideas/SMS/Kavenegar/KavenegarApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private function execute($url, $data = null)
if ($json_return->status != 200) {
throw new ApiException($json_return->message, $json_return->status);
}
if ($th1is->debug == true) {
if ($this->debug == true) {
echo "[Responsive_Message] : " . $json_return->message . "\r\n";
echo "[Responsive_Status] : " . $json_return->status . "\r\n";
if (is_null($json_response->entries)) {
Expand Down

0 comments on commit 33084dd

Please sign in to comment.