From c609627528e7fa9ecf472c7386c4595ffcfeb5cc Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Sat, 2 Dec 2023 13:53:56 +0500 Subject: [PATCH] wip --- app/Helpers/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index e22f255..e42d7bc 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -17,7 +17,7 @@ function sendSMS(string|int $phone, string|int $message) 'Content-Type' => 'application/json;charset=utf-8;', 'Charset' => 'UTF-8' ]; - $body = '{ + $body = 'JSON{ "SendRequest": { "TerminalID": "Online_PANEL", "Version": "1",