diff --git a/app/PaymentDrivers/Braintree/ACH.php b/app/PaymentDrivers/Braintree/ACH.php index 00a3cc0371..e50778176b 100644 --- a/app/PaymentDrivers/Braintree/ACH.php +++ b/app/PaymentDrivers/Braintree/ACH.php @@ -72,7 +72,7 @@ class ACH implements MethodInterface return redirect()->route('client.payment_methods.index'); } catch (\Exception $e) { - // .. + return $this->braintree->processInternallyFailedPayment($this->braintree, $e); } } }