This commit is contained in:
David Bomba 2025-08-09 09:57:02 +10:00
parent 5ff70dbeae
commit ee775e58a0
1 changed files with 1 additions and 0 deletions

View File

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