troubleshooting moon mining ledger

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

View File

@@ -46,12 +46,10 @@ class MoonLedgerController extends Controller
return redirect('/dashboard')->with('error', 'Need to add scope for esi-universe.read_structures.v1'); return redirect('/dashboard')->with('error', 'Need to add scope for esi-universe.read_structures.v1');
} }
} }
printf("Testing");
dd();
//Get the refresh token if scope checks have passed //Get the refresh token if scope checks have passed
$refreshToken = $esiHelper->GetRefreshToken(auth()->user()->getId()); $refreshToken = $esiHelper->GetRefreshToken(auth()->user()->getId());
dd($refreshToken);
//Setup the esi container //Setup the esi container
$esi = $esiHelper->SetupEsiAuthentication($refreshToken); $esi = $esiHelper->SetupEsiAuthentication($refreshToken);