Merge branch 'master' of https://github.com/turbo124/invoiceninja
This commit is contained in:
commit
77700a6a0d
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) {
|
||||
|
|
|
|||
|
|
@ -1304,6 +1304,8 @@ info("translated gateway_type = {$translated_gateway_type}");
|
|||
}
|
||||
catch(\Exception $e){
|
||||
|
||||
info($config);
|
||||
|
||||
}
|
||||
|
||||
// foreach ($gateway_types as $gateway_type_id) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue