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->init();
|
||||||
|
|
||||||
|
$this->settings()->updateSettings();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
// try {
|
|
||||||
// $this->verifyConnect();
|
|
||||||
// return true;
|
|
||||||
// } catch(\Exception $e) {
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// return false;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue