mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
save service_charge and billing_charge to bookings
This commit is contained in:
@@ -448,6 +448,8 @@ class BookingController extends Controller
|
||||
|
||||
$bankin_amount = round($subtotal + $taxAmount + $billingChargeAmount , 2);
|
||||
$booking = new Booking();
|
||||
$booking->billing_charge = $billingChargeAmount;
|
||||
$booking->service_charge = $svcharge;
|
||||
$booking->account_name = $request->input('account_name');
|
||||
$booking->account_num = $request->input('account_num');
|
||||
$booking->bank_name = $request->input('bank_name');
|
||||
|
||||
Reference in New Issue
Block a user