mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:24:29 -04:00
Fix for permissions in payment controller
This commit is contained in:
parent
b930593d5f
commit
df93ffaaf9
@ -610,7 +610,7 @@ class PaymentController extends BaseController
|
||||
{
|
||||
$input = $request->input();
|
||||
|
||||
$this->authorizeUpdate($data);
|
||||
$this->authorizeUpdate($input);
|
||||
|
||||
$payment = $this->paymentRepo->save($input);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user