commit before test last checkout update process

This commit is contained in:
merdan 2020-03-17 19:47:32 +05:00
parent b8185b2cef
commit 33b5b3ecb1
2 changed files with 2 additions and 1 deletions

View File

@ -437,6 +437,7 @@ class EventCheckoutController extends Controller
// $orderItem->unit_price = $attendee_details['ticket']['price'];
// $orderItem->unit_booking_fee = $attendee_details['ticket']['booking_fee'] + $attendee_details['ticket']['organiser_booking_fee'];
// $orderItem->save();
dd($attendee_details['ticket']['booking_fee'] , $attendee_details['ticket']['organiser_booking_fee']);
OrderItem::create([
'title' => $attendee_details['ticket']['title'],
'order_id' => $order_id,

View File

@ -13,7 +13,7 @@ namespace App\Models;
*/
class OrderItem extends MyBaseModel
{
use \Backpack\CRUD\CrudTrait;
// use \Backpack\CRUD\CrudTrait;
/**
* Indicates if the model should be timestamped.
*