Update CBA powerboard settings after a gateway update

This commit is contained in:
David Bomba 2024-09-25 07:22:10 +10:00
parent b91b1fca7c
commit 64ced161b7

View File

@ -185,16 +185,10 @@ class CBAPowerBoardPaymentDriver extends BaseDriver
{ {
$this->init(); $this->init();
$this->settings()->updateSettings();
return true; return true;
// try {
// $this->verifyConnect();
// return true;
// } catch(\Exception $e) {
// }
// return false;
} }