[freeside-commits] branch master updated. e0deb48e8e53b5c24896a8f136e0a92d0c48b55a

Jeremy Davis jeremyd at 420.am
Fri Sep 5 07:59:48 PDT 2014


The branch, master has been updated
       via  e0deb48e8e53b5c24896a8f136e0a92d0c48b55a (commit)
      from  e9f9e116024b0d59d4bc18b15abcc0caa8f2805e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0deb48e8e53b5c24896a8f136e0a92d0c48b55a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri Sep 5 10:52:13 2014 -0400

    #29052 Aradial provisioning change of path

diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm
index f3de614..afb17a6 100644
--- a/FS/FS/part_export/aradial.pm
+++ b/FS/FS/part_export/aradial.pm
@@ -118,7 +118,7 @@ sub request_user_edit {
 sub request {
   my $self = shift;
   my @params = @_;
-  my $path = '/Admin'; # I think this is always right
+  my $path = '/ArdWeb/ARDAdminIs.dll'; # I think this is always right
   my $url = URI->new('http://' . $self->host . $path);
   warn "$me request: \n".Dumper(\@params)."\n\n" if $DEBUG >= 2;
   my $response = $self->ua->post($url, \@params);

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/aradial.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list