Skip to content

Commit

Permalink
Update send_sms.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Oct 19, 2021
1 parent 1297a05 commit a64d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/send_sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function send_sms($recipientNumber, $message){
Log::info("sending message...");

$username = "mhealthuser";
$apiKey = "a134a43032612487eb3f4d5fcc4c6c7538d56afdd871dcd284ab171d778c4e51";
$apiKey = "972bdb6f53893725b09eaa3581a264ebf77b0e816ef5e9cb9f29e0c7738e41c1";
$AT = new AfricasTalking($username, $apiKey);

$sms = $AT->sms();
Expand Down

0 comments on commit a64d9b3

Please sign in to comment.