testing seat api

This commit is contained in:
2018-11-21 23:44:05 -06:00
parent eef639ea01
commit a2f781d19b

View File

@@ -71,8 +71,9 @@ class Finances {
$configuration->logfile_location = '/var/www/w4rpservices/storage/logs/eseye';
//Create the ESI authentication container
$config = config('esi');
dd($config);
$authentication = new EsiAuthentication([
'client_id' => $config['client_id'],
'client_id' => $config['esi']['client_id'],
'secret' => $config['secret'],
'refresh_token' => $token[0]->refresh_token,
]);