1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/app/Http/Requests/Product
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
..
CreateProductRequest.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
EditProductRequest.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ShowProductRequest.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
StoreProductRequest.php Implement payment rules at application edge (FormRequest) (#3202) 2020-01-10 07:15:10 +11:00
UpdateProductRequest.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00