mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Set logoImageUrl and borderColor for payment settings optional
This commit is contained in:
parent
722e29cc2f
commit
8930265447
@ -711,7 +711,7 @@ class AccountController extends \BaseController {
|
|||||||
|
|
||||||
foreach ($fields as $field => $details)
|
foreach ($fields as $field => $details)
|
||||||
{
|
{
|
||||||
if (!in_array($field, ['testMode', 'developerMode', 'headerImageUrl', 'solutionType', 'landingPage', 'brandName']))
|
if (!in_array($field, ['testMode', 'developerMode', 'headerImageUrl', 'solutionType', 'landingPage', 'brandName', 'logoImageUrl', 'borderColor']))
|
||||||
{
|
{
|
||||||
if(strtolower($gateway->name) == 'beanstream')
|
if(strtolower($gateway->name) == 'beanstream')
|
||||||
{
|
{
|
||||||
@ -727,7 +727,7 @@ class AccountController extends \BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$creditcards = Input::get('creditCardTypes');
|
$creditcards = Input::get('creditCardTypes');
|
||||||
$validator = Validator::make(Input::all(), $rules);
|
$validator = Validator::make(Input::all(), $rules);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user