minor fixes for stripe
This commit is contained in:
parent
c3f9addeca
commit
852fe26cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue