diff --git a/app/PaymentDrivers/GoCardless/ACH.php b/app/PaymentDrivers/GoCardless/ACH.php new file mode 100644 index 000000000000..7e4a7a80f985 --- /dev/null +++ b/app/PaymentDrivers/GoCardless/ACH.php @@ -0,0 +1,36 @@ +go_cardless = $go_cardless; + } + + public function authorizeView(array $data) { } + + public function authorizeResponse(Request $request) { } + + public function paymentView(array $data) { } + + public function paymentResponse(PaymentResponseRequest $request) { } +}