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