[freeside-commits] branch master updated. bfb8d2494cf4a9530257d5fb7615fe6edaa4ad82

Mark Wells mark at 420.am
Mon Mar 21 16:35:55 PDT 2016


The branch, master has been updated
       via  bfb8d2494cf4a9530257d5fb7615fe6edaa4ad82 (commit)
      from  4f68aef1daec2e338839bbe7968bf1919e33e962 (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 bfb8d2494cf4a9530257d5fb7615fe6edaa4ad82
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 21 16:34:39 2016 -0700

    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 7bb26e0..6c69fe3 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;
   };
 }
 

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

Summary of changes:
 FS/FS/part_export/bandwidth_com.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list