troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 22:35:14 -06:00
parent c9a99eecc1
commit 389c0bcd9a

View File

@@ -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 {