mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:27:33 -05:00 
			
		
		
		
	Minor fixes for authorize
This commit is contained in:
		
							parent
							
								
									02ec28d90a
								
							
						
					
					
						commit
						ff9ef7c13d
					
				@ -230,7 +230,7 @@ class AuthorizeCreditCard
 | 
				
			|||||||
            $logger_message,
 | 
					            $logger_message,
 | 
				
			||||||
            SystemLog::CATEGORY_GATEWAY_RESPONSE,
 | 
					            SystemLog::CATEGORY_GATEWAY_RESPONSE,
 | 
				
			||||||
            SystemLog::EVENT_GATEWAY_ERROR,
 | 
					            SystemLog::EVENT_GATEWAY_ERROR,
 | 
				
			||||||
            $gateway::SYSTEM_LOG_TYPE,
 | 
					            SystemLog::TYPE_AUTHORIZE,
 | 
				
			||||||
            $this->authorize->client,
 | 
					            $this->authorize->client,
 | 
				
			||||||
            $this->authorize->client->company,
 | 
					            $this->authorize->client->company,
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user