mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:44:30 -04:00
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…
x
Reference in New Issue
Block a user