From 75e928650b5b5b42a238ceb667367a8757f85731 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 23 Apr 2026 23:51:43 +0300 Subject: [PATCH] Fix legacy encryption paths and IV for V1 compatibility2 --- config/intaleq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/intaleq.php b/config/intaleq.php index 9d48c96..5796d14 100644 --- a/config/intaleq.php +++ b/config/intaleq.php @@ -24,7 +24,7 @@ return [ 'legacy_enc_key_path' => '/home/intaleq-api/.enckey', // IV - يقرأ من البيئة كما ذكرت - 'legacy_iv' => env('initializationVector', ''), + 'legacy_iv' => env('initializationVector', 'abcdefghijklmnop'), // Wallet Security - مفتاح الدفع 'wallet_jwt_secret' => file_exists('/home/intaleq-api/.secret_key_pay')