From b110e03039551c6705a5e4edffe4fff88e8686ea Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Tue, 23 Jun 2026 17:58:46 +0300 Subject: [PATCH] Update: 2026-06-23 17:58:46 --- backend/auth/otp/providers.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/auth/otp/providers.php b/backend/auth/otp/providers.php index f30e7fb..ee10320 100644 --- a/backend/auth/otp/providers.php +++ b/backend/auth/otp/providers.php @@ -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) {