summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-11 16:10:23 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-11 16:10:23 -0700
commita33279c7c63c2bae19204d0a583794fada01ae13 (patch)
treef7dd4be4d1566a49626a04250b9a29b5bbfb72fe
parentbb43787bdcfa81badd37c2ca5a7b556cb707e40e (diff)
missing billing_history call in ClientAPI, RT#17617
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index 98e1910c3..7e81996a1 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',