[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.40,
1.41 Signup.pm, 1.22, 1.23
Jeff Finucane,420,,
jeff at wavetail.420.am
Sat Aug 26 16:15:15 PDT 2006
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.27, 1.28 Setup.pm,
1.4, 1.5 cust_bill.pm, 1.151, 1.152 cust_bill_event.pm, 1.12,
1.13 cust_bill_pay_batch.pm, NONE, 1.1 cust_main.pm, 1.242,
1.243 cust_pay_batch.pm, 1.13, 1.14 part_bill_event.pm, 1.23,
1.24 payby.pm, 1.4, 1.5
- Next message: [freeside-commits] freeside/FS/t cust_bill_pay_batch.t,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail:/tmp/cvs-serv28724/FS/FS/ClientAPI
Modified Files:
MyAccount.pm Signup.pm
Log Message:
batch refactor continued
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- MyAccount.pm 9 Aug 2006 10:47:17 -0000 1.40
+++ MyAccount.pm 26 Aug 2006 23:15:12 -0000 1.41
@@ -658,7 +658,7 @@
my $bill_error = $cust_main->bill;
$cust_main->apply_payments;
$cust_main->apply_credits;
- $bill_error = $cust_main->collect;
+ $bill_error = $cust_main->collect('realtime' => 1);
if ( $cust_main->balance > $old_balance
&& $cust_main->balance > 0
Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Signup.pm 24 Aug 2005 13:22:27 -0000 1.22
+++ Signup.pm 26 Aug 2006 23:15:13 -0000 1.23
@@ -302,7 +302,7 @@
$cust_main->apply_payments;
$cust_main->apply_credits;
- $bill_error = $cust_main->collect;
+ $bill_error = $cust_main->collect('realtime' => 1);
#warn "[fs_signup_server] error collecting from new customer: $bill_error"
# if $bill_error;
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.27, 1.28 Setup.pm,
1.4, 1.5 cust_bill.pm, 1.151, 1.152 cust_bill_event.pm, 1.12,
1.13 cust_bill_pay_batch.pm, NONE, 1.1 cust_main.pm, 1.242,
1.243 cust_pay_batch.pm, 1.13, 1.14 part_bill_event.pm, 1.23,
1.24 payby.pm, 1.4, 1.5
- Next message: [freeside-commits] freeside/FS/t cust_bill_pay_batch.t,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list