Stripe Connect Fees and Limits
This commit is contained in:
parent
98e82f3ea6
commit
4f4ae1b48e
1 changed files with 4 additions and 1 deletions
|
|
@ -1400,7 +1400,10 @@ class Import implements ShouldQueue
|
|||
NinjaMailerJob::dispatch($nmo);
|
||||
|
||||
$modified['gateway_key'] = 'd14dd26a47cecc30fdd65700bfb67b34';
|
||||
$modified['fees_and_limits'] = [];
|
||||
|
||||
//why do we set this to a blank array?
|
||||
//$modified['fees_and_limits'] = [];
|
||||
|
||||
}
|
||||
|
||||
$company_gateway = CompanyGateway::create($modified);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue