Skip to content

Commit

Permalink
azzeramento configurazioni satispay
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Nov 13, 2023
1 parent d40a7a6 commit 33f25bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/app/Console/Commands/FixDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ public function handle()
$registrations_info['manual'] = false;
$gas->setConfig('public_registrations', $registrations_info);
}

$satispay_info = (object) [
'public' => '',
'secret' => '',
'key' => '',
];

$gas->setConfig('satispay', $satispay_info);
}
}
}

0 comments on commit 33f25bf

Please sign in to comment.