Show previously selected credit cards
This commit is contained in:
parent
df89ed41a8
commit
a04127cd48
|
|
@ -145,9 +145,6 @@ class AccountController extends \BaseController {
|
||||||
$creditCards[$name['text']] = ['value' => $card, 'data-imageUrl' => asset($name['card'])];
|
$creditCards[$name['text']] = ['value' => $card, 'data-imageUrl' => asset($name['card'])];
|
||||||
}
|
}
|
||||||
|
|
||||||
//var_dump($creditCards);
|
|
||||||
// exit;
|
|
||||||
|
|
||||||
$otherItem = array(
|
$otherItem = array(
|
||||||
'value' => 1000000,
|
'value' => 1000000,
|
||||||
'other' => 'true',
|
'other' => 'true',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue