logging
This commit is contained in:
parent
5ff70dbeae
commit
ee775e58a0
|
|
@ -108,6 +108,7 @@ class ACH implements MethodInterface, LivewireMethodInterface
|
||||||
|
|
||||||
return redirect()->route('client.payment_methods.index')->withMessage(ctrans('texts.payment_method_added'));
|
return redirect()->route('client.payment_methods.index')->withMessage(ctrans('texts.payment_method_added'));
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
nlog($e->getMessage());
|
||||||
return $this->braintree->processInternallyFailedPayment($this->braintree, $e);
|
return $this->braintree->processInternallyFailedPayment($this->braintree, $e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue