order invoice fix

This commit is contained in:
merdan 2020-01-08 16:28:44 +05:00
parent 43e2613b75
commit 87814a44d2
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ class EventCheckoutController extends Controller
abort(404);
}
$orderService = new OrderService($order->amount, $order->organiser_booking_fee, $order->event);
$orderService = new OrderService($order->amount, $order->booking_fee+$order->organiser_booking_fee, $order->event);
$orderService->calculateFinalCosts();
$data = [