mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-10 02:04:36 -04:00
Update PaymentController.php
This commit is contained in:
parent
41d674083a
commit
ebf99acabc
@ -69,7 +69,7 @@ class PaymentController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function process()
|
public function process()
|
||||||
{
|
{
|
||||||
$gateway = CompanyGateway::findOrFail('id', request()->input('company_gateway_id'));
|
$gateway = CompanyGateway::findOrFail(request()->input('company_gateway_id'));
|
||||||
|
|
||||||
/*find invoices*/
|
/*find invoices*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user