payment mobile fix5
This commit is contained in:
parent
b78e2dceec
commit
d46dfb1468
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue