diff --git a/resources/views/desktop/Partials/CreateOrderSection.blade.php b/resources/views/desktop/Partials/CreateOrderSection.blade.php index 9eb29dde..ae5adb70 100644 --- a/resources/views/desktop/Partials/CreateOrderSection.blade.php +++ b/resources/views/desktop/Partials/CreateOrderSection.blade.php @@ -233,7 +233,7 @@ @lang('Public_ViewEvent.booking_fees') - {{$orderService->getTotalBookingFee()}} + {{$orderService->getTotalBookingFee(true)}} @endif diff --git a/resources/views/mobile/Partials/CreateOrderSection.blade.php b/resources/views/mobile/Partials/CreateOrderSection.blade.php index 7af07202..6631b1da 100644 --- a/resources/views/mobile/Partials/CreateOrderSection.blade.php +++ b/resources/views/mobile/Partials/CreateOrderSection.blade.php @@ -40,7 +40,7 @@ @lang('Public_ViewEvent.booking_fees') - {{$orderService->getTotalBookingFee()}} + {{$orderService->getTotalBookingFee(true)}} @endif