[freeside-commits] branch FREESIDE_3_BRANCH updated. dca12af272e0061810d14e611afa07adb58389ef
Jonathan Prykop
jonathan at 420.am
Thu May 5 17:11:17 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via dca12af272e0061810d14e611afa07adb58389ef (commit)
from d961044f3be505585f651dd13873f3d977cfcf9b (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 dca12af272e0061810d14e611afa07adb58389ef
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 6c0b655..2a9e869 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 {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing_Realtime.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list