diff --git a/app/PaymentDrivers/Braintree/ACH.php b/app/PaymentDrivers/Braintree/ACH.php index eb791586d6..6332266135 100644 --- a/app/PaymentDrivers/Braintree/ACH.php +++ b/app/PaymentDrivers/Braintree/ACH.php @@ -108,6 +108,7 @@ class ACH implements MethodInterface, LivewireMethodInterface return redirect()->route('client.payment_methods.index')->withMessage(ctrans('texts.payment_method_added')); } catch (\Exception $e) { + nlog($e->getMessage()); return $this->braintree->processInternallyFailedPayment($this->braintree, $e); } }