troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 22:36:33 -06:00
parent 5ccd44de5d
commit 8087102482

View File

@@ -49,9 +49,10 @@ class MoonLedgerController extends Controller
//Get the refresh token if scope checks have passed
$refreshToken = $esiHelper->GetRefreshToken(auth()->user()->getId());
dd($refreshToken);
//Setup the esi container
$esi = $esiHelper->SetupEsiAuthentication($refreshToken);
dd($esi);
//Get the character data from the lookup table if possible or esi
$character = $lookup->LookupCharacter(auth()->user()->getId(), null);