Specify scheme type for ACH
This commit is contained in:
parent
98d2a4a407
commit
ed414fdb34
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class ACH implements MethodInterface
|
|||
try {
|
||||
$redirect = $this->go_cardless->gateway->redirectFlows()->create([
|
||||
"params" => [
|
||||
"scheme" => "ach",
|
||||
"session_token" => $session_token,
|
||||
"success_redirect_url" => route('client.payment_methods.confirm', [
|
||||
'method' => GatewayType::BANK_TRANSFER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue