contracts

This commit is contained in:
2019-07-07 05:01:28 -05:00
parent 3e83a041e9
commit 01d3e44d95
2 changed files with 2 additions and 6 deletions

View File

@@ -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();

View File

@@ -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');