fix host parameter in non-test mode, #39914
[freeside.git] / FS / FS / part_export / bandwidth_com.pm
index 7bb26e0..6c69fe3 100644 (file)
@@ -427,6 +427,7 @@ sub host {
   $self->{_host} ||= do {
     my $host = 'dashboard.bandwidth.com';
     $host = "test.$host" if $self->option('test');
+    $host;
   };
 }