mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Specify scheme type for ACH
This commit is contained in:
parent
98d2a4a407
commit
ed414fdb34
@ -57,6 +57,7 @@ class ACH implements MethodInterface
|
|||||||
try {
|
try {
|
||||||
$redirect = $this->go_cardless->gateway->redirectFlows()->create([
|
$redirect = $this->go_cardless->gateway->redirectFlows()->create([
|
||||||
"params" => [
|
"params" => [
|
||||||
|
"scheme" => "ach",
|
||||||
"session_token" => $session_token,
|
"session_token" => $session_token,
|
||||||
"success_redirect_url" => route('client.payment_methods.confirm', [
|
"success_redirect_url" => route('client.payment_methods.confirm', [
|
||||||
'method' => GatewayType::BANK_TRANSFER,
|
'method' => GatewayType::BANK_TRANSFER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user