[freeside-commits] branch FREESIDE_4_BRANCH updated. dc2377e46bde3bebcf352d5bc6dd09ff9a155523
Jonathan Prykop
jonathan at 420.am
Thu May 5 17:08:32 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via dc2377e46bde3bebcf352d5bc6dd09ff9a155523 (commit)
from 118cae3df154e6c7e4bbbbc03efd518c9ef06646 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dc2377e46bde3bebcf352d5bc6dd09ff9a155523
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Thu May 5 17:26:06 2016 -0500
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 54c7c5d..cf4b16e 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 {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing_Realtime.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list