[freeside-commits] branch FREESIDE_4_BRANCH updated. c15f44fcb8de4a64edf8f6d35c2de4392be7464e

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


The branch, FREESIDE_4_BRANCH has been updated
       via  c15f44fcb8de4a64edf8f6d35c2de4392be7464e (commit)
      from  c2e4f6eda47eb25d9591012bf1f8bb0a8327a8b7 (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 c15f44fcb8de4a64edf8f6d35c2de4392be7464e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 4 14:17:33 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 f79ed70..e2b1c7d 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -6,6 +6,7 @@ use vars qw( $realtime_bop_decline_quiet ); #ugh
 use Carp;
 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::payby;

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

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




More information about the freeside-commits mailing list