order saved fixed
This commit is contained in:
parent
8e1595f104
commit
f5219e493f
|
|
@ -1018,6 +1018,7 @@ class EventCheckoutController extends Controller
|
|||
$attendee_increment++;
|
||||
}
|
||||
|
||||
$order->save();
|
||||
DB::commit();
|
||||
}
|
||||
catch (\Exception $ex){
|
||||
|
|
|
|||
Loading…
Reference in New Issue