Fixes for migrating Stripe accounts to Stripe ConnecT
This commit is contained in:
parent
c31bcdc5b3
commit
8b656dc491
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@ class Import implements ShouldQueue
|
|||
$modified['fees_and_limits'] = $this->cleanFeesAndLimits($modified['fees_and_limits']);
|
||||
}
|
||||
|
||||
else if(Ninja::isHosted() && $modified['gateway_key'] == 'd14dd26a37cecc30fdd65700bfb55b23'){
|
||||
if(Ninja::isHosted() && $modified['gateway_key'] == 'd14dd26a37cecc30fdd65700bfb55b23'){
|
||||
$modified['gateway_key'] = 'd14dd26a47cecc30fdd65700bfb67b34';
|
||||
$modified['fees_and_limits'] = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue