From 812ad4ff3e9388c5845c91fa75337ded8c3e1bfa Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 21 Nov 2018 23:46:09 -0600 Subject: [PATCH] testing seat api --- app/Library/Finances.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Library/Finances.php b/app/Library/Finances.php index aebb9e54b..c6c04c461 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -71,9 +71,8 @@ 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['esi']['client_id'], + 'client_id' => $config['client_id'], 'secret' => $config['secret'], 'refresh_token' => $token[0]->refresh_token, ]);