fleet addition

This commit is contained in:
2018-11-14 20:21:22 -06:00
parent c6701579d3
commit a5aa3494e5

View File

@@ -100,8 +100,8 @@ class Fleet {
$configuration->logfile_location = '/var/www/w4rpservices/storage/logs/eseye';
//Create the ESI Call Container
$authentication = new \Seat\Eseye\Containers\EsiAuthentication([
'client_id' => 'e5848fea3618427a8ee0dccb6a04fc62',
'secret' => 'TdnNGRM8RTNSifZdaIc9yHTTkYPgYEEXHRIbT6oY',
'client_id' => config('esi.client_id'),
'secret' => config('esi.secret'),
'refresh_token' => $token[0]->refresh_token,
]);
$esi = new \Seat\Eseye\Eseye($authentication);