mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 02:00:56 -04:00
Show previously selected credit cards
This commit is contained in:
parent
df89ed41a8
commit
a04127cd48
@ -144,9 +144,6 @@ class AccountController extends \BaseController {
|
||||
else
|
||||
$creditCards[$name['text']] = ['value' => $card, 'data-imageUrl' => asset($name['card'])];
|
||||
}
|
||||
|
||||
//var_dump($creditCards);
|
||||
// exit;
|
||||
|
||||
$otherItem = array(
|
||||
'value' => 1000000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user