From: Jonathan Prykop Date: Thu, 5 May 2016 22:26:06 +0000 (-0500) Subject: RT#42373: Add ACH support to B::OP::ElavonVirtualMerchant [passing company from Billi... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=dca12af272e0061810d14e611afa07adb58389ef RT#42373: Add ACH support to B::OP::ElavonVirtualMerchant [passing company from Billing_Realtime] --- diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 6c0b655a2..2a9e86924 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -522,6 +522,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 {