mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05:00 
			
		
		
		
	Fix for auth.net autobill
This commit is contained in:
		
							parent
							
								
									e4ae78cd41
								
							
						
					
					
						commit
						eb31c6b6d4
					
				@ -138,7 +138,7 @@ class AuthorizeCreditCard
 | 
				
			|||||||
        $payment_record = [];
 | 
					        $payment_record = [];
 | 
				
			||||||
        $payment_record['amount'] = $amount;
 | 
					        $payment_record['amount'] = $amount;
 | 
				
			||||||
        $payment_record['payment_type'] = PaymentType::CREDIT_CARD_OTHER;
 | 
					        $payment_record['payment_type'] = PaymentType::CREDIT_CARD_OTHER;
 | 
				
			||||||
        ;
 | 
					        
 | 
				
			||||||
        $payment_record['transaction_reference'] = $response->getTransactionResponse()->getTransId();
 | 
					        $payment_record['transaction_reference'] = $response->getTransactionResponse()->getTransId();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $payment = $this->authorize->createPayment($payment_record);
 | 
					        $payment = $this->authorize->createPayment($payment_record);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user