mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 05:54:36 -04:00
Fixes for Stripe ConnecT
This commit is contained in:
parent
8cb1168831
commit
332d376486
@ -51,7 +51,7 @@ class StripeConnectController extends BaseController
|
|||||||
|
|
||||||
$config = $company_gateway->getConfig();
|
$config = $company_gateway->getConfig();
|
||||||
|
|
||||||
if(property_exists($config, 'account_id'))
|
if(property_exists($config, 'account_id') && strlen($config->account_id) > 1)
|
||||||
return view('auth.connect.existing');
|
return view('auth.connect.existing');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user