mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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');
|
return redirect()->route('client.payment_methods.index');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// ..
|
return $this->braintree->processInternallyFailedPayment($this->braintree, $e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user