order invoice fix
This commit is contained in:
parent
43e2613b75
commit
87814a44d2
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue