Minor fixes for gocardless ACH
This commit is contained in:
parent
6e17404cac
commit
3e5dcecf06
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue