fix
This commit is contained in:
@@ -313,4 +313,13 @@ class TransactionOnlineController extends Controller
|
||||
'lelong' => $akanlelongarray
|
||||
),200);
|
||||
}
|
||||
|
||||
public function updateTagPortal(Request $request){
|
||||
$transaction = TransactionOnline::on('mysql7')->where('billplz_id','=',$request->billplz_id)->update(array(
|
||||
'tagportal' => 1
|
||||
));
|
||||
|
||||
return response()->json($transaction,200);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user