Skip to content

Commit

Permalink
cheap globals
Browse files Browse the repository at this point in the history
  • Loading branch information
mannysoft committed Aug 23, 2017
1 parent 1f2c9ef commit 01c8fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Drivers/CheapGlobalSMS.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function send(OutgoingMessage $message)
$from = $message->getFrom();
$composeMessage = $message->composeMessage();

//Convert to callfire format.
// Convert to callfire format.
$numbers = implode(',', $message->getTo());

$data = [
Expand All @@ -58,9 +58,9 @@ public function send(OutgoingMessage $message)

$response = $this->getRequest();
$body = json_decode($response->getBody(), true);
if ($this->hasError($body)) {
$this->handleError($body);
}
// if ($this->hasError($body)) {
// $this->handleError($body);
// }

return $response;
}
Expand Down

0 comments on commit 01c8fc6

Please sign in to comment.