payout testing

This commit is contained in:
2019-07-22 20:59:12 -05:00
parent 6f355d2859
commit 489f3603de

View File

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