mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 05:40:56 -04:00
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…
x
Reference in New Issue
Block a user