forgot this file
[freeside.git] / fs_selfservice / FS-SelfService / SelfService.pm
index 9019ea4..c561dab 100644 (file)
@@ -22,6 +22,8 @@ $socket =  "/usr/local/freeside/selfservice_socket";
   'login'         => 'MyAccount/login',
   'customer_info' => 'MyAccount/customer_info',
   'invoice'       => 'MyAccount/invoice',
+  'cancel'        => 'MyAccount/cancel',
+  'payment_info'  => 'MyAccount/payment_info',
 );
 @EXPORT_OK = keys %autoload;