Update CBA powerboard settings after a gateway update
This commit is contained in:
parent
b91b1fca7c
commit
64ced161b7
|
|
@ -185,16 +185,10 @@ class CBAPowerBoardPaymentDriver extends BaseDriver
|
|||
{
|
||||
$this->init();
|
||||
|
||||
|
||||
$this->settings()->updateSettings();
|
||||
|
||||
return true;
|
||||
// try {
|
||||
// $this->verifyConnect();
|
||||
// return true;
|
||||
// } catch(\Exception $e) {
|
||||
|
||||
// }
|
||||
|
||||
// return false;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue