RT#42393: Verification cust_pay_pending handling in history & report
[freeside.git] / fs_selfservice / php / freeside.class.php
index 21e89b4..bb2ac98 100644 (file)
@@ -2,7 +2,8 @@
 class FreesideSelfService  {
 
     //Change this to match the location of your selfservice xmlrpc.cgi or daemon
-    var $URL = 'https://www.example.com/selfservice/xmlrpc.cgi';
+    #var $URL = 'https://localhost/selfservice/xmlrpc.cgi';
+    var $URL = 'http://localhost/selfservice/xmlrpc.cgi';
 
     function FreesideSelfService() {
       $this;