Update: 2026-06-23 17:58:46

This commit is contained in:
Hamza-Ayed
2026-06-23 17:58:46 +03:00
parent eafc04a091
commit b110e03039

View File

@@ -193,7 +193,8 @@ function sendIntaleqOtp(string $receiver, string $otp, string $method = 'whatsap
]; ];
$response = curlCall("POST", $apiUrl, json_encode($payload), [ $response = curlCall("POST", $apiUrl, json_encode($payload), [
'Content-Type: application/json' 'Content-Type: application/json',
"X-App-Key: $appKey"
]); ]);
if ($response) { if ($response) {