invoiceninja/app/Http
Dave Shoreman 74344d1b88
Improve Nordigen error-handling code
All failures boil down to about 3 variations - one with reason/lang, one
that has context defined but no company data, and a full variant that
also fills the company and account keys in the view.

The only other difference is redirect url coming from config when it's
not available in the context, so to simplify things this commit merges
all the failure view responses into one unified `failed` method.
2024-12-22 17:38:54 +00:00
..
Controllers Improve Nordigen error-handling code 2024-12-22 17:38:54 +00:00
Middleware Refactor contact login 2024-11-28 09:07:05 +11:00
Requests Fixes for update company 2024-12-20 09:36:14 +11:00
ValidationRules Fixes for php 8.3 tests 2024-12-13 09:59:27 +11:00
ViewComposers Style fixes 2024-11-20 11:15:49 +11:00
Kernel.php