mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:57:33 -04:00 
			
		
		
		
	Fixes for authorize
This commit is contained in:
		
							parent
							
								
									a8daa31167
								
							
						
					
					
						commit
						0e1b6c9341
					
				| @ -70,7 +70,7 @@ class AuthorizePaymentMethod | ||||
|          | ||||
|         $this->payment_method_id = $data['method']; | ||||
| 
 | ||||
|         switch ($this->payment_method) { | ||||
|         switch ($this->payment_method_id) { | ||||
|             case GatewayType::CREDIT_CARD: | ||||
|                 return $this->authorizeCreditCardResponse($data); | ||||
|                 break; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user