added kak ati fix lelong url
This commit is contained in:
@@ -580,8 +580,8 @@ class LelongController extends Controller
|
||||
$cawangan = Cawangan::on('mysql7')->where('kodcaw','=',$request->kodcaw)->first();
|
||||
|
||||
if($cawangan['tagarrahnbid'] == 1){
|
||||
$lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
|
||||
// $lelong = Http::withOptions(['verify' => true])->get('http://api_arrahn.test/api/portalApi',[
|
||||
//$lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
|
||||
$lelong = Http::withOptions(['verify' => true])->get('http://adminbid.arrahn/api/portalApi',[
|
||||
'norujukan' => $request->norujukan
|
||||
])->json();
|
||||
$lelong = ($lelong != null) ? $lelong['lelong'] : [];
|
||||
|
||||
Reference in New Issue
Block a user