mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-23 06:14:12 +00:00
create booking with rate
This commit is contained in:
@@ -106,6 +106,7 @@ class BookingController extends Controller
|
||||
$booking->amount = $request->input('amount');
|
||||
$booking->term = $term;
|
||||
$booking->rate_id = $rates->id;
|
||||
$booking->rate = $rate;
|
||||
$booking->rmb_book_amount = $request->input('amount');
|
||||
$booking->bia = $bia;
|
||||
// $booking->user_id = $user->id;
|
||||
|
||||
Reference in New Issue
Block a user