mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fixing totals to include service charge for x2 payments
This commit is contained in:
@@ -342,7 +342,7 @@ class BookingController extends Controller
|
||||
if($booking){
|
||||
if($booking->term === 'x2_cash' || $booking->term === 'x2_cheque' || $booking->term === 'x2_ba'){
|
||||
if ($booking->amount < 10000) {
|
||||
$booking->service_charge = 20;
|
||||
$booking->service_charge = 'tara';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user