diff options
author | ivan <ivan> | 2009-03-17 21:38:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-03-17 21:38:44 +0000 |
commit | 9a2b408b4f827d387d185ab028def0d864f34ba0 (patch) | |
tree | 07c0bdd09256adca208b6731d9e7b38da9a98e89 /fs_selfservice/FS-SelfService/SelfService.pm | |
parent | 9789cacc27bad4395fb0c567d96e034e7aace996 (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/FS-SelfService/SelfService.pm')
-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 cf5f745a3..f10cfd3d2 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -872,6 +872,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 |