rental moon testing

This commit is contained in:
2020-06-04 23:42:42 -05:00
parent 09ce007f9a
commit 26df4f4875

View File

@@ -408,6 +408,7 @@ class MoonsAdminController extends Controller
} else if($request->contact_type == 'Character') { } else if($request->contact_type == 'Character') {
//Get the character id from the lookup helper //Get the character id from the lookup helper
$charId = $lookup->CharacterNameToId($request->contact); $charId = $lookup->CharacterNameToId($request->contact);
dd($charId);
//Get the corporation id from the lookup helper, followed by the alliance id //Get the corporation id from the lookup helper, followed by the alliance id
//so we can determine if it's in alliance or out of alliance //so we can determine if it's in alliance or out of alliance
$corp = $lookup->GetCorporationInfo($charId); $corp = $lookup->GetCorporationInfo($charId);