[freeside-commits] branch master updated. 7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff

Jonathan Prykop jonathan at 420.am
Thu May 5 15:39:53 PDT 2016


The branch, master has been updated
       via  7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff (commit)
      from  c5d6baa090e98dc6151455f4239e0c162eddbdb3 (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 7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff
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