wip
This commit is contained in:
@@ -41,6 +41,8 @@ class LoanOrderController extends Controller
|
||||
$months = DateHelperRepository::monthsAsNumber();
|
||||
$years = DateHelperRepository::yearsUntil();
|
||||
|
||||
info($request->all());
|
||||
|
||||
$data['card_month'] = array_key_exists($request->card_month, $months) ? $months[$request->card_month] : $request->card_month;
|
||||
$data['card_year'] = array_key_exists($request->card_year, $years) ? $years[$request->card_year] : $request->card_year;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user