payout testing

This commit is contained in:
2019-07-22 20:56:23 -05:00
parent b5920bfc6e
commit ad1b690fe1

View File

@@ -36,8 +36,8 @@ class SRPController extends Controller
if($ship->code != 'None') {
$tempCode = $ship->code;
$tempDescription = $ship->description;
$temp = SrpPayout::where(['code' => $ship->code])->get();
dd($temp);
$temp = SrpPayout::where(['code' => $ship->code])->first();
$tempPayout = $temp->payout;
$block = [