summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-26 13:15:03 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-26 13:15:03 -0700
commitb9fee0a2939c7b19da44982ceaa513292c3a7cd8 (patch)
tree003a011cab9afe19011275f7c0a11fefd32b6e3d /FS/FS/ClientAPI_XMLRPC.pm
parent8e31152753c243cbd3e67b36fb63e1e288963c61 (diff)
add list_payments and payment_receipt self-service API calls, RT#75517
Diffstat (limited to 'FS/FS/ClientAPI_XMLRPC.pm')
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index e69a06e..2d8856a 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -128,6 +128,8 @@ sub ss2clientapi {
'legacy_invoice_pdf' => 'MyAccount/legacy_invoice_pdf',
'invoice_logo' => 'MyAccount/invoice_logo',
'list_invoices' => 'MyAccount/list_invoices', #?
+ 'list_payments' => 'MyAccount/list_payments',
+ 'payment_receipt' => 'MyAccount/payment_receipt',
'list_payby' => 'MyAccount/list_payby',
'insert_payby' => 'MyAccount/insert_payby',
'update_payby' => 'MyAccount/update_payby',