payout testing
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user