This commit is contained in:
sayliraut
2024-06-13 14:49:12 +05:30
parent cf3115953d
commit 7b08b86f0a

View File

@@ -27,7 +27,7 @@ class RedeemApiService
$restDetail = RedeemRestaurant::with([
'customer:id,first_name,last_name,profile_photo',
'restaurant:id,image,name'
'restaurant:id,short_id,image,name'
])
->select('id', 'iam_principal_xid', 'manage_restaurants_xid', 'redeem_date', 'is_active', 'count')
->where('manage_restaurants_xid', $restaurantRoles->restaurant_xid)
@@ -60,7 +60,7 @@ class RedeemApiService
$restundoresumptionDetail = RedeemRestaurant::with([
'customer:id,first_name,last_name,profile_photo',
'restaurant:id,image,name'
'restaurant:id,short_id,image,name'
])
->select('id', 'iam_principal_xid', 'manage_restaurants_xid', 'redeem_date', 'is_active', 'count', 'redeemption_undone_date')
->where('manage_restaurants_xid', $restaurantRoles->restaurant_xid)