Merge pull request #6263 from turbo124/v5-develop
Fixes for Stripe ConnecT
This commit is contained in:
commit
642fbb90fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue