The Base Fare Commission is a discount applied per booking (not per passenger) and is displayed on the checkout screen. In the UI, this appears as a line item labeled Base Fare Commission.
This discount is configured in the Admin portal at the following paths:
→ Parameter: `base fare commission`
Applies a percentage off the base fare.
_Example: If base fare = $100 and discount = 2%, result = $2 off_
Applies a fixed amount off the base fare.
_Example: $5 flat commission applied to booking_
The system calculates both and sums them.
_**Final Commission = (Percentage of base fare) + (Fixed discount)**_