From 7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 5 May 2016 17:26:06 -0500 Subject: [PATCH] RT#42373: Add ACH support to B::OP::ElavonVirtualMerchant [passing company from Billing_Realtime] --- FS/FS/cust_main/Billing_Realtime.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 54c7c5d32..cf4b16e59 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -556,6 +556,8 @@ sub realtime_bop { ? uc($options{'paytype'}) : uc($self->getfield('paytype')) || 'PERSONAL CHECKING'; + $content{company} = $self->company if $self->company; + if ( $content{account_type} =~ /BUSINESS/i && $self->company ) { $content{account_name} = $self->company; } else { -- 2.11.0