mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6263 from turbo124/v5-develop
Fixes for Stripe ConnecT
This commit is contained in:
commit
642fbb90fa
@ -51,7 +51,7 @@ class StripeConnectController extends BaseController
|
||||
|
||||
$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');
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user