[freeside-commits] branch FREESIDE_3_BRANCH updated. 4a84769dc3b54d0af552f1916ee9396fe0f6e864

Ivan ivan at 420.am
Fri Aug 4 14:17:38 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  4a84769dc3b54d0af552f1916ee9396fe0f6e864 (commit)
      from  9480fce915bad1ddedf859ca02ba929667653472 (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 4a84769dc3b54d0af552f1916ee9396fe0f6e864
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 4 14:17:36 2017 -0700

    missing a use B:OP causes an error in rare edge cases with batching, RT#77003

diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index bc98b88..63ae777 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -5,6 +5,7 @@ use vars qw( $conf $DEBUG $me );
 use vars qw( $realtime_bop_decline_quiet ); #ugh
 use Data::Dumper;
 use Business::CreditCard 0.35;
+use Business::OnlinePayment;
 use FS::UID qw( dbh myconnect );
 use FS::Record qw( qsearch qsearchs );
 use FS::Misc qw( send_email );

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Billing_Realtime.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list