Update PaymentController.php
This commit is contained in:
parent
41d674083a
commit
ebf99acabc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class PaymentController extends Controller
|
|||
*/
|
||||
public function process()
|
||||
{
|
||||
$gateway = CompanyGateway::findOrFail('id', request()->input('company_gateway_id'));
|
||||
$gateway = CompanyGateway::findOrFail(request()->input('company_gateway_id'));
|
||||
|
||||
/*find invoices*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue