mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Handle failed authorization method
This commit is contained in:
parent
38ceefc536
commit
a1875e2e32
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user