migrations
This commit is contained in:
parent
e63b3cb76a
commit
36c5d915f6
2 changed files with 4 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ class StepsController extends BaseController
|
|||
*/
|
||||
public function generateMigrationData(array $data): array
|
||||
{
|
||||
set_time_limit(0);
|
||||
|
||||
$migrationData = [];
|
||||
|
||||
foreach ($data['companies'] as $company) {
|
||||
|
|
|
|||
|
|
@ -1297,6 +1297,8 @@ info("translated gateway_type = {$translated_gateway_type}");
|
|||
$config = Crypt::decrypt($account_gateway->config);
|
||||
}
|
||||
catch(\Exception $e){
|
||||
|
||||
info($config);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue