Fix for permissions in payment controller
This commit is contained in:
parent
b930593d5f
commit
df93ffaaf9
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ class PaymentController extends BaseController
|
|||
{
|
||||
$input = $request->input();
|
||||
|
||||
$this->authorizeUpdate($data);
|
||||
$this->authorizeUpdate($input);
|
||||
|
||||
$payment = $this->paymentRepo->save($input);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue