contracts
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user