contracts
This commit is contained in:
@@ -67,8 +67,8 @@ class GetEveContracts extends Command
|
|||||||
$config = config('esi');
|
$config = config('esi');
|
||||||
|
|
||||||
//Declare some variables
|
//Declare some variables
|
||||||
$charId;
|
$charId = 2115439862;
|
||||||
$corpId;
|
$corpId = 98606886;
|
||||||
|
|
||||||
//Esi Scope Check
|
//Esi Scope Check
|
||||||
$esiHelper = new Esi();
|
$esiHelper = new Esi();
|
||||||
|
|||||||
@@ -75,10 +75,6 @@ class EveContractsHelper {
|
|||||||
public function StoreNewContract($contract) {
|
public function StoreNewContract($contract) {
|
||||||
//Declare esi helper for decoding the date
|
//Declare esi helper for decoding the date
|
||||||
$esiHelper = new Esi;
|
$esiHelper = new Esi;
|
||||||
$endLocationName = null;
|
|
||||||
$issuerCorporationName = null;
|
|
||||||
$issuerName = null;
|
|
||||||
$startLocationName = null;
|
|
||||||
|
|
||||||
//Setup the esi authentication container
|
//Setup the esi authentication container
|
||||||
$config = config('esi');
|
$config = config('esi');
|
||||||
|
|||||||
Reference in New Issue
Block a user