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)
|
||||
{
|
||||
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')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user