Merge pull request #5684 from turbo124/v5-develop
Fixes for Stripe Connect
This commit is contained in:
commit
e0fc650aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -1263,7 +1263,7 @@ class Import implements ShouldQueue
|
|||
|
||||
if(Ninja::isHosted() && $modified['gateway_key'] == 'd14dd26a37cecc30fdd65700bfb55b23'){
|
||||
$modified['gateway_key'] = 'd14dd26a47cecc30fdd65700bfb67b34';
|
||||
$modified['fees_and_limits'] = '{}';
|
||||
$modified['fees_and_limits'] = [];
|
||||
}
|
||||
|
||||
$company_gateway = CompanyGateway::create($modified);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue