[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.64.2.7, 1.64.2.8

Mark Wells mark at wavetail.420.am
Thu May 12 12:57:12 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Signup.pm 
Log Message:
new status for pending third-party payments, fix for #12808

Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.64.2.7
retrieving revision 1.64.2.8
diff -u -w -d -r1.64.2.7 -r1.64.2.8
--- Signup.pm	3 Mar 2011 19:11:29 -0000	1.64.2.7
+++ Signup.pm	12 May 2011 19:57:10 -0000	1.64.2.8
@@ -904,8 +904,8 @@
     return { error => '_decline', bill_error => $bill_error };
   }
 
-  if ($cust_pay_pending->status ne 'pending') {
-    my $bill_error = "Payment with id $paypendingnum is not pending, but ".
+  if ($cust_pay_pending->status ne 'thirdparty') {
+    my $bill_error = "Payment with id $paypendingnum is not thirdparty, but ".
                      $cust_pay_pending->status.  "; Transaction aborted.";
     return { error => '_decline', bill_error => $bill_error };
   }



More information about the freeside-commits mailing list