From a2f781d19bdc121c272b259484022de7b73fb337 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 21 Nov 2018 23:44:05 -0600 Subject: [PATCH] testing seat api --- app/Library/Finances.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/Finances.php b/app/Library/Finances.php index c6c04c461..aebb9e54b 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -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, ]);