order saved fixed

This commit is contained in:
merdan 2020-02-01 19:33:00 +05:00
parent 8e1595f104
commit f5219e493f
1 changed files with 1 additions and 0 deletions

View File

@ -1018,6 +1018,7 @@ class EventCheckoutController extends Controller
$attendee_increment++;
}
$order->save();
DB::commit();
}
catch (\Exception $ex){