change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user