mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 03:47:32 -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() | ||||
|     { | ||||
|         $gateway = CompanyGateway::findOrFail('id', request()->input('company_gateway_id')); | ||||
|         $gateway = CompanyGateway::findOrFail(request()->input('company_gateway_id')); | ||||
| 
 | ||||
|         /*find invoices*/ | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user