payout testing

This commit is contained in:
2019-07-22 20:55:45 -05:00
parent ca9ae4ca6b
commit b5920bfc6e

View File

@@ -37,6 +37,7 @@ class SRPController extends Controller
$tempCode = $ship->code;
$tempDescription = $ship->description;
$temp = SrpPayout::where(['code' => $ship->code])->get();
dd($temp);
$tempPayout = $temp->payout;
$block = [