Minor fixes for gocardless ACH

This commit is contained in:
David Bomba 2022-05-06 10:55:35 +10:00
parent 6e17404cac
commit 3e5dcecf06

View File

@ -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);