Alllplmmpliedl manual JWT check and restored all driver fields68j2
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user