Alllplmmpliedl manual JWT check and restored all driver fields68j2

This commit is contained in:
Hamza-Ayed
2026-04-25 22:07:42 +03:00
parent d20e041009
commit 6d65f4d09f
2 changed files with 14 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class PaymentTokenController extends Controller
return response()->json(['status' => 'error', 'message' => 'Security Key Missing'], 500);
}
$internalSecret = trim(File::get_contents($keyPath));
$internalSecret = trim(File::get($keyPath));
$payload = [
'iss' => 'Intaleq_V2',