diff --git a/app/Http/Controllers/EventCheckoutController.php b/app/Http/Controllers/EventCheckoutController.php index dba21af8..22a5ee04 100644 --- a/app/Http/Controllers/EventCheckoutController.php +++ b/app/Http/Controllers/EventCheckoutController.php @@ -936,9 +936,9 @@ class EventCheckoutController extends Controller try { - $order = Order::select('orders.id','order_status_id','is_payment_received','amount','booking_fee', - 'organiser_booking_fee','event_id','session_id','account_id') - ->with(['event:id,sales_volume,organiser_fees_volume,organiser_id']) + $order = Order::select('orders.id','order_status_id','is_payment_received','amount','booking_fee','created_at', + 'organiser_booking_fee','event_id','session_id','account_id','first_name','last_name','email','order_reference') + ->with(['event:id,sales_volume,organiser_fees_volume,organiser_id,title,post_order_display_message']) ->where('transaction_id',$transaction_id) ->where('event_id',$event_id) ->first(); diff --git a/resources/views/Bilettm/Mobile/CheckoutSuccess.blade.php b/resources/views/Bilettm/Mobile/CheckoutSuccess.blade.php index 475c91c2..8b409ad4 100644 --- a/resources/views/Bilettm/Mobile/CheckoutSuccess.blade.php +++ b/resources/views/Bilettm/Mobile/CheckoutSuccess.blade.php @@ -75,7 +75,7 @@