From a64d9b3f05a5d97714d59f5b0a29672fc682f1ed Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Tue, 19 Oct 2021 19:57:31 +0300 Subject: [PATCH] Update send_sms.php --- app/Helpers/send_sms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/send_sms.php b/app/Helpers/send_sms.php index 725d5ef..898e736 100644 --- a/app/Helpers/send_sms.php +++ b/app/Helpers/send_sms.php @@ -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();