diff options
author | ivan <ivan> | 2009-03-17 21:38:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-03-17 21:38:39 +0000 |
commit | c72e127acc79a61703223e6c8b504abd234ca8b3 (patch) | |
tree | b19822ffe496e5163912a96cc397d5160132c22b /fs_selfservice | |
parent | 106bc3bf631b49daafa890bd092a3f8c5084adb3 (diff) |
add payment_info_renew_info method to ClientAPI/MyAccount and SG-equivalent previous_payment_info_renew_info to ClientAPI/SGNG
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index fda3e8596..b4b9ecf29 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -944,6 +944,20 @@ Specified as a integer UNIX timestamp. 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 |