diff --git a/app/Console/Commands/Logistics/GetEveContracts.php b/app/Console/Commands/Logistics/GetEveContracts.php index 3be3f459e..f6f4b3587 100644 --- a/app/Console/Commands/Logistics/GetEveContracts.php +++ b/app/Console/Commands/Logistics/GetEveContracts.php @@ -67,8 +67,8 @@ class GetEveContracts extends Command $config = config('esi'); //Declare some variables - $charId; - $corpId; + $charId = 2115439862; + $corpId = 98606886; //Esi Scope Check $esiHelper = new Esi(); diff --git a/app/Library/Contracts/EveContractsHelper.php b/app/Library/Contracts/EveContractsHelper.php index a071d8ad5..83d97e882 100644 --- a/app/Library/Contracts/EveContractsHelper.php +++ b/app/Library/Contracts/EveContractsHelper.php @@ -75,10 +75,6 @@ class EveContractsHelper { public function StoreNewContract($contract) { //Declare esi helper for decoding the date $esiHelper = new Esi; - $endLocationName = null; - $issuerCorporationName = null; - $issuerName = null; - $startLocationName = null; //Setup the esi authentication container $config = config('esi');