payment mobile fix5

This commit is contained in:
merdan 2020-02-01 17:21:42 +05:00
parent b78e2dceec
commit d46dfb1468
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ class EventCheckoutController extends Controller
try {
$order = Order::select('orders.id','order_status_id','is_payment_received','amount','booking_fee',
'organiser_booking','event_id','session_id')
'organiser_booking_fee','event_id','session_id')
->with(['event:id,sales_volume,organiser_fees_volume,organiser_id'])
->where('transaction_id',$transaction_id)
->where('event_id',$event_id)