Init GoCardless in ACH
This commit is contained in:
parent
b3f97054c5
commit
54baa5eb8d
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ class ACH implements MethodInterface
|
|||
public function __construct(GoCardlessPaymentDriver $go_cardless)
|
||||
{
|
||||
$this->go_cardless = $go_cardless;
|
||||
|
||||
$this->go_cardless->init();
|
||||
}
|
||||
|
||||
public function authorizeView(array $data) { }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue