Merged in izzati-ujrah (pull request #48)

update api checkTagLelong ke staging
This commit is contained in:
izzati zulkifli
2023-12-25 01:58:07 +00:00
+2 -1
View File
@@ -627,7 +627,8 @@ class LelongController extends Controller
$cawangan = Cawangan::on('mysql7')->where('kodcaw', '=', $request->kodcaw)->first();
if ($cawangan['tagarrahnbid'] == 0){
$lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
// $lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
$lelong = Http::withOptions(['verify' => true])->get('https://stapi.arrahn.com.my/api/portalApi',[
// $lelong = Http::withOptions(['verify' => true])->get('https://api_arrahn.test/api/portalApi',[
'norujukan' => $request->norujukan
])->json();