[freeside-commits] freeside/FS/FS/cust_main Billing_Realtime.pm, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Wed Oct 26 15:52:23 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv12730

Modified Files:
	Billing_Realtime.pm 
Log Message:
better debugging for #8815

Index: Billing_Realtime.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing_Realtime.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -d -r1.27 -r1.28
--- Billing_Realtime.pm	8 Aug 2011 22:09:28 -0000	1.27
+++ Billing_Realtime.pm	26 Oct 2011 22:52:21 -0000	1.28
@@ -22,6 +22,9 @@
 $DEBUG = 0;
 $me = '[FS::cust_main::Billing_Realtime]';
 
+our $BOP_TESTING = 0;
+our $BOP_TESTING_SUCCESS = 1;
+
 install_callback FS::UID sub { 
   $conf = new FS::Conf;
   #yes, need it for stuff below (prolly should be cached)
@@ -602,9 +605,7 @@
   my $cpp_pending_err = $cust_pay_pending->replace;
   return $cpp_pending_err if $cpp_pending_err;
 
-  #config?
-  my $BOP_TESTING = 0;
-  my $BOP_TESTING_SUCCESS = 1;
+  warn Dumper($transaction) if $DEBUG > 2;
 
   unless ( $BOP_TESTING ) {
     $transaction->test_transaction(1)



More information about the freeside-commits mailing list