mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	
						commit
						2c74b5a3ba
					
				@ -189,7 +189,7 @@ class AuthorizeCreditCard
 | 
				
			|||||||
        $payment = $this->storePayment($payment_hash, $data);
 | 
					        $payment = $this->storePayment($payment_hash, $data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $vars = [
 | 
					        $vars = [
 | 
				
			||||||
            'invoices' => $payment_hash->invoice(),
 | 
					            'invoices' => $payment_hash->invoices(),
 | 
				
			||||||
            'amount' => array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total
 | 
					            'amount' => array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user