mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:17:35 -05:00 
			
		
		
		
	PayFast API token billing
This commit is contained in:
		
							parent
							
								
									5bbeaaba60
								
							
						
					
					
						commit
						b90049001f
					
				@ -95,9 +95,9 @@ class Token
 | 
			
		||||
        // $result = $this->send($header, $body, $cgt->token);
 | 
			
		||||
            $api = new \PayFast\PayFastPayment(
 | 
			
		||||
                [
 | 
			
		||||
                    'merchantId' => $this->company_gateway->getConfigField('merchantId'),
 | 
			
		||||
                    'passPhrase' => $this->company_gateway->getConfigField('passPhrase'),
 | 
			
		||||
                    'testMode' => $this->company_gateway->getConfigField('testMode')
 | 
			
		||||
                    'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'),
 | 
			
		||||
                    'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
 | 
			
		||||
                    'testMode' => $this->payfast->company_gateway->getConfigField('testMode')
 | 
			
		||||
                ]
 | 
			
		||||
            );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user