mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:47:32 -05:00 
			
		
		
		
	Payment response
This commit is contained in:
		
							parent
							
								
									2abd0f9cbe
								
							
						
					
					
						commit
						4db53cb48d
					
				@ -228,7 +228,7 @@ class CreditCard
 | 
			
		||||
 | 
			
		||||
        if($response_array['payment_status'] == 'COMPLETE') {
 | 
			
		||||
 | 
			
		||||
            $this->payfast->logSuccessfulGatewayResponse(['response' => json_decode($response_array), 'data' => $this->payfast->payment_hash], SystemLog::TYPE_PAYFAST);
 | 
			
		||||
            $this->payfast->logSuccessfulGatewayResponse(['response' => $response_array, 'data' => $this->payfast->payment_hash], SystemLog::TYPE_PAYFAST);
 | 
			
		||||
 | 
			
		||||
            return $this->processSuccessfulPayment($response_array);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user