1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Handle failed authorization method

This commit is contained in:
Benjamin Beganović 2021-08-27 16:21:11 +02:00
parent 38ceefc536
commit a1875e2e32

View File

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