Merge pull request #6263 from turbo124/v5-develop

Fixes for Stripe ConnecT
This commit is contained in:
David Bomba 2021-07-14 15:36:19 +10:00 committed by GitHub
commit 642fbb90fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');
} }