invoiceninja/app/Http/ValidationRules
David Bomba 0878decf18
Implement payment rules at application edge (FormRequest) (#3202)
* Ensure payments, invoice and credit amount balance in the validator prior to saving

* additional payment validation rules and tests for processing payments

* Factories for credits

* Tests for payments

* Working on updating a payment

* Working on updating a payment

* fixes for updating a payment

* Working on Payment Tests

* More tests for payments, formrequests

* remove product_key as required from products
2020-01-10 07:15:10 +11:00
..
NewUniqueUserRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
PaymentAmountsBalanceRule.php Implement payment rules at application edge (FormRequest) (#3202) 2020-01-10 07:15:10 +11:00
PaymentAppliedValidAmount.php Implement payment rules at application edge (FormRequest) (#3202) 2020-01-10 07:15:10 +11:00
UniqueUserRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ValidClientGroupSettingsRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ValidCompanyGatewayFeesAndLimitsRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ValidCreditsPresentRule.php Implement payment rules at application edge (FormRequest) (#3202) 2020-01-10 07:15:10 +11:00
ValidPayableInvoicesRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ValidSettingsRule.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ValidUserForCompany.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00