mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	Remove early return from PMC
This commit is contained in:
		
							parent
							
								
									7ed9e733b1
								
							
						
					
					
						commit
						40467c1745
					
				@ -63,8 +63,6 @@ class PaymentMethodController extends Controller
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    public function store(Request $request)
 | 
					    public function store(Request $request)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return $request->all();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        $gateway = $this->getClientGateway();
 | 
					        $gateway = $this->getClientGateway();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return $gateway
 | 
					        return $gateway
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user