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/?a=commitdiff_plain;ds=sidebyside;h=efeb24eb94eb8b32566ff9bbe5f69518d1e90631;p=freeside.git 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; }; }