diff --git a/app/api/endpoints/order.py b/app/api/endpoints/order.py index 280a618..67394f1 100644 --- a/app/api/endpoints/order.py +++ b/app/api/endpoints/order.py @@ -322,7 +322,10 @@ async def get_order_detail( "address_name": order.address_customer_name, "address_phone": order.address_customer_phone, "address_detail": order.address_detail, + "address_gender": order.address_customer_gender, + "building_id": order.address_community_building_id, "building_name": order.address_community_building_name, + "community_id": order.address_community_id, "community_name": order.address_community_name }