troubleshooting moon mining ledger
This commit is contained in:
@@ -46,6 +46,9 @@ class MoonLedgerController extends Controller
|
||||
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
|
||||
$refreshToken = $esiHelper->GetRefreshToken(auth()->user()->getId());
|
||||
@@ -65,8 +68,6 @@ class MoonLedgerController extends Controller
|
||||
return redirect('/dashboard')->with('error', 'Failed to get mining structures.');
|
||||
}
|
||||
|
||||
dd($response);
|
||||
|
||||
foreach($response as $resp) {
|
||||
//Try to get the structure information from esi
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user