[freeside-commits] freeside/FS/FS cust_main.pm,1.504,1.505

Jeff Finucane,420,, jeff at wavetail.420.am
Wed May 12 22:16:19 PDT 2010


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

Modified Files:
	cust_main.pm 
Log Message:
merge new bop routines into old bop routines rt#4103

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -w -d -r1.504 -r1.505
--- cust_main.pm	4 Apr 2010 22:53:09 -0000	1.504
+++ cust_main.pm	13 May 2010 05:16:17 -0000	1.505
@@ -4082,1026 +4082,9 @@
 
 }
 
-# some horrid false laziness here to avoid refactor fallout
-# eventually realtime realtime_bop and realtime_refund_bop should go
-# away and be replaced by _new_realtime_bop and _new_realtime_refund_bop
-
-=item realtime_bop METHOD AMOUNT [ OPTION => VALUE ... ]
-
-Runs a realtime credit card, ACH (electronic check) or phone bill transaction
-via a Business::OnlinePayment realtime gateway.  See
[...1085 lines suppressed...]
 
   my %options = ();
@@ -6107,7 +5119,7 @@
   '';
 }
 
-=item _new_realtime_refund_bop METHOD [ OPTION => VALUE ... ]
+=item realtime_refund_bop METHOD [ OPTION => VALUE ... ]
 
 Refunds a realtime credit card, ACH (electronic check) or phone bill transaction
 via a Business::OnlinePayment realtime gateway.  See
@@ -6145,7 +5157,7 @@
 
 #some false laziness w/realtime_bop, not enough to make it worth merging
 #but some useful small subs should be pulled out
-sub _new_realtime_refund_bop {
+sub realtime_refund_bop {
   my $self = shift;
 
   my %options = ();



More information about the freeside-commits mailing list