1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/app/Http
Benjamin Beganović 67c485c1b8 Fix PaymentRepository data parameter (#3217)
* Fix PaymentRepository.php parameters

* Apply formatting

* Fix return when $data['invoice'] !== $invoice_total_adjustment

* Pass $request->all() instead of whole request

* Pass $request->all() on update method
2020-01-18 07:10:38 +10:00
..
Controllers Fix PaymentRepository data parameter (#3217) 2020-01-18 07:10:38 +10:00
Middleware Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Requests Payment fixes (#3204) 2020-01-12 08:01:28 +10:00
ValidationRules Payment fixes (#3204) 2020-01-12 08:01:28 +10:00
ViewComposers Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
Kernel.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00