[freeside-commits] branch FREESIDE_2_3_BRANCH updated. a33279c7c63c2bae19204d0a583794fada01ae13
Ivan
ivan at 420.am
Mon Jun 11 16:10:24 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via a33279c7c63c2bae19204d0a583794fada01ae13 (commit)
from bb43787bdcfa81badd37c2ca5a7b556cb707e40e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a33279c7c63c2bae19204d0a583794fada01ae13
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 11 16:10:23 2012 -0700
missing billing_history call in ClientAPI, RT#17617
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index 98e1910..7e81996 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -104,6 +104,7 @@ sub ss2clientapi {
'switch_acct' => 'MyAccount/switch_acct',
'customer_info' => 'MyAccount/customer_info',
'customer_info_short' => 'MyAccount/customer_info_short',
+ 'billing_history' => 'MyAccount/billing_history',
'edit_info' => 'MyAccount/edit_info', #add to ss cgi!
'invoice' => 'MyAccount/invoice',
'invoice_pdf' => 'MyAccount/invoice_pdf',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI_XMLRPC.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list