mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -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();
|
$input = $request->input();
|
||||||
|
|
||||||
$this->authorizeUpdate($data);
|
$this->authorizeUpdate($input);
|
||||||
|
|
||||||
$payment = $this->paymentRepo->save($input);
|
$payment = $this->paymentRepo->save($input);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user