fixed typo

This commit is contained in:
2020-07-20 22:50:01 -05:00
parent bda6d5bdee
commit 9fe794543e

View File

@@ -258,7 +258,7 @@ class SupplyChainController extends Controller
$cStringSize = strlen($request->bid); $cStringSize = strlen($request->bid);
$tempCol = str_split($request->bid, $cStringSize - 1); $tempCol = str_split($request->bid, $cStringSize - 1);
$bidAmount = $tempCol[0]; $bidAmount = $tempCol[0];
$bidAmount = $bidAmount * 1000000000.00; $bidAmount = $bidAmount * 1000000000000.00;
} }
} else { } else {
$bidAmount = $request->bid; $bidAmount = $request->bid;