Update: 2026-06-23 17:58:46
This commit is contained in:
@@ -193,7 +193,8 @@ function sendIntaleqOtp(string $receiver, string $otp, string $method = 'whatsap
|
||||
];
|
||||
|
||||
$response = curlCall("POST", $apiUrl, json_encode($payload), [
|
||||
'Content-Type: application/json'
|
||||
'Content-Type: application/json',
|
||||
"X-App-Key: $appKey"
|
||||
]);
|
||||
|
||||
if ($response) {
|
||||
|
||||
Reference in New Issue
Block a user