From: Mark Wells Date: Mon, 21 Mar 2016 23:34:39 +0000 (-0700) Subject: fix host parameter in non-test mode, #39914 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bfb8d2494cf4a9530257d5fb7615fe6edaa4ad82 fix host parameter in non-test mode, #39914 --- diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm index 7bb26e08d..6c69fe356 100644 --- a/FS/FS/part_export/bandwidth_com.pm +++ b/FS/FS/part_export/bandwidth_com.pm @@ -427,6 +427,7 @@ sub host { $self->{_host} ||= do { my $host = 'dashboard.bandwidth.com'; $host = "test.$host" if $self->option('test'); + $host; }; }