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