Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv authored May 24, 2017
1 parent 225011f commit e8311af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Sms/send-sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//require_once(__DIR__ . '/../../src/Instasent/SmsClient.php');

$instasentClient = new Instasent\SmsClient("my-token");
$response = $instasentClient->sendSms("test", "+34647188472", "test message");
$response = $instasentClient->sendSms("test", "+34647000000", "test message");

echo $response["response_code"];
echo $response["response_body"];

0 comments on commit e8311af

Please sign in to comment.