[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.26.2.11, 1.26.2.12

Ivan,,, ivan at wavetail.420.am
Tue Mar 17 14:38:46 PDT 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	SelfService.pm 
Log Message:
add payment_info_renew_info method to ClientAPI/MyAccount and SG-equivalent previous_payment_info_renew_info to ClientAPI/SGNG

Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.26.2.11
retrieving revision 1.26.2.12
diff -u -d -r1.26.2.11 -r1.26.2.12
--- SelfService.pm	17 Mar 2009 20:41:47 -0000	1.26.2.11
+++ SelfService.pm	17 Mar 2009 21:38:43 -0000	1.26.2.12
@@ -872,6 +872,20 @@
 Renewal date as a human-readable string.  (Convenience for display;
 subject to change, so best not to parse for the date.)
 
+=item pkgnum
+
+Package that will be renewed.
+
+=item expire_date
+
+Expiration date of the package that will be renewed.
+
+=item expire_date_pretty
+
+Expiration date of the package that will be renewed, as a human-readable
+string.  (Convenience for display; subject to change, so best not to parse for
+the date.)
+
 =back
 
 =item order_renew



More information about the freeside-commits mailing list