mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:57:31 -05:00 
			
		
		
		
	Turning on token billing for PayFast
This commit is contained in:
		
							parent
							
								
									5256b53d79
								
							
						
					
					
						commit
						6337144b20
					
				@ -90,7 +90,7 @@ class Token
 | 
			
		||||
            // 'm_payment_id' => $payment_hash->hash,
 | 
			
		||||
        ];        
 | 
			
		||||
 | 
			
		||||
        $header['signature'] = md5( $this->generate_parameter_string(array_merge($header, $body)) );
 | 
			
		||||
        $header['signature'] = md5( $this->generate_parameter_string(array_merge($header, $body), false) );
 | 
			
		||||
        
 | 
			
		||||
        $result = $this->send($header, $body, $cgt->token);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user