mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:40:09 -05:00 
			
		
		
		
	Payment response
This commit is contained in:
		
							parent
							
								
									e1e7a3ffc8
								
							
						
					
					
						commit
						2d044eee8e
					
				@ -223,7 +223,7 @@ class CreditCard
 | 
			
		||||
            'payment_hash' => $request->input('m_payment_id'),
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
        $this->payfast->payment_hash->data = array_merge((array) $this->stripe->payment_hash->data, $state);
 | 
			
		||||
        $this->payfast->payment_hash->data = array_merge((array) $this->payfast->payment_hash->data, $state);
 | 
			
		||||
        $this->payfast->payment_hash->save();
 | 
			
		||||
 | 
			
		||||
        if($response_array['payment_status'] == 'COMPLETE') {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user