contracts and update to lookup function

This commit is contained in:
2019-04-28 20:35:23 -05:00
parent 78ce2b2138
commit a1890f1cf7

View File

@@ -142,7 +142,7 @@ class ContractController extends Controller
} else if($request->suffix == 'M') {
$amount = $request->bid * 1000000.00;
} else {
$amount = $request->bid;
$amount = $request->bid * 1.00;
}
//Get the character id and character name from the auth of the user calling