troubleshooting moon mining ledger
This commit is contained in:
@@ -47,11 +47,9 @@ class MoonLedgerController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user