summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-07-24 12:56:21 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-23 23:55:30 -0700
commit759c31ea0334763f69c1f8bad4439f41b10d40dd (patch)
tree0459382370d85ec61848878031303c156b8cbcdb /FS
parentb7413978df0af2ae80f492b7d0f578b2cebaabfa (diff)
NG selfservice webpay interface, #23579
Diffstat (limited to 'FS')
-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 50b205687..6f37ce862 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -122,6 +122,8 @@ sub ss2clientapi {
'process_payment_change_pkg' => 'MyAccount/process_payment_change_pkg',
'process_payment_order_renew' => 'MyAccount/process_payment_order_renew',
'process_prepay' => 'MyAccount/process_prepay',
+ 'start_thirdparty' => 'MyAccount/start_thirdparty',
+ 'finish_thirdparty' => 'MyAccount/finish_thirdparty',
'realtime_collect' => 'MyAccount/realtime_collect',
'list_pkgs' => 'MyAccount/list_pkgs', #add to ss (added?)
'list_svcs' => 'MyAccount/list_svcs', #add to ss (added?)