Show previously selected credit cards

This commit is contained in:
aggepagge 2014-06-30 00:14:17 +02:00
parent df89ed41a8
commit a04127cd48

View File

@ -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',