minor fixes for stripe

This commit is contained in:
David Bomba 2022-07-19 08:34:39 +10:00
parent c3f9addeca
commit 852fe26cc1

View File

@ -120,7 +120,7 @@ class StripeConnectController extends BaseController
$company_gateway->setConfig($payload);
$company_gateway->save();
StripeWebhook::dispatch($company->company_key, $company_gateway->id);
// StripeWebhook::dispatch($company->company_key, $company_gateway->id);
//response here
return view('auth.connect.completed');