1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Init GoCardless in ACH

This commit is contained in:
Benjamin Beganović 2021-09-29 14:44:30 +02:00
parent b3f97054c5
commit 54baa5eb8d

View File

@ -24,6 +24,8 @@ class ACH implements MethodInterface
public function __construct(GoCardlessPaymentDriver $go_cardless) public function __construct(GoCardlessPaymentDriver $go_cardless)
{ {
$this->go_cardless = $go_cardless; $this->go_cardless = $go_cardless;
$this->go_cardless->init();
} }
public function authorizeView(array $data) { } public function authorizeView(array $data) { }