fix beneficiary name and acc number display on booking confirmation

This commit is contained in:
Jack Goh
2018-07-26 14:47:48 +08:00
parent a06f57712d
commit 665a4faa91
2 changed files with 7 additions and 5 deletions
@@ -627,6 +627,8 @@ class BookingController extends Controller
'taxAmount' => $taxAmount,
'billingChargeAmount' => $billingChargeAmount,
'bankin_amount' => $bankin_amount,
'acc_name' => $request->input('acc_name'),
'acc_no' => $request->input('acc_no')
], 200);
}