esi stuff
This commit is contained in:
@@ -58,7 +58,6 @@ class Test extends Command
|
||||
|
||||
//Get the ESI Token
|
||||
$token = $esiHelper->GetRefreshToken($config['primary']);
|
||||
dd($token);
|
||||
$esi = $esiHelper->SetupEsiAuthentication($token);
|
||||
|
||||
try {
|
||||
@@ -70,6 +69,6 @@ class Test extends Command
|
||||
dd($e);
|
||||
}
|
||||
|
||||
dd($stuff);
|
||||
dd(json_decode($stuff->raw, true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user