This commit is contained in:
Lieu Le 2019-10-01 10:50:21 +07:00
commit 44107acba4

@ -227,7 +227,9 @@ class Property_Api extends Base_Api {
$property['info']['address'] = $data->get_address();
$property['meta'] = $data->get_meta_shortinfo();
$property['is_featured'] = $data->is_featured();
$property['status'] = $data->get_status();
$property['labels'] = $data->get_labels();
$property['locations'] = $data->get_locations();
$property['amenities'] = $data->get_amenities();
$property['types'] = $data->get_types_tax();
@ -261,4 +263,4 @@ class Property_Api extends Base_Api {
public function tags () {
}
}
}