* fix typo * php-cs traits * CS fixer pass * Password protect User routes * Implement checks to prevent editing a deleted record * Clean up payment flows * Fixes for tests
* Allow payment amounts to be partial per invoice paid * edge case tests for payments * Allow per invoice payment amounts and allow direct payments which simply credit a clients credit_balance * Fixes