mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-16 10:14:37 -04:00
Minor fixes for gocardless ACH
This commit is contained in:
parent
6e17404cac
commit
3e5dcecf06
@ -190,7 +190,7 @@ class ACH implements MethodInterface
|
||||
|
||||
|
||||
if ($payment->status === 'pending_submission') {
|
||||
return $this->processPendingPayment($payment, ['token' => $token->hashed_id]);
|
||||
return $this->processPendingPayment($payment);
|
||||
}
|
||||
|
||||
return $this->processUnsuccessfulPayment($payment);
|
||||
|
Loading…
x
Reference in New Issue
Block a user