[freeside-commits] branch FREESIDE_4_BRANCH updated. 16ffa8d9479d9ade204cdf3fdf73801eb4985002

Ivan ivan at 420.am
Wed May 31 10:27:16 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  16ffa8d9479d9ade204cdf3fdf73801eb4985002 (commit)
      from  226974d51b200d3881ef8718c87f2faad2c10c97 (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 16ffa8d9479d9ade204cdf3fdf73801eb4985002
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 31 10:27:15 2017 -0700

    additional vitelity debugging, RT#73618

diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm
index 29ed8b6..824c54b 100644
--- a/FS/FS/part_export/vitelity.pm
+++ b/FS/FS/part_export/vitelity.pm
@@ -3,6 +3,7 @@ use base qw( FS::part_export );
 
 use vars qw( %info );
 use Tie::IxHash;
+use Data::Dumper;
 use Geo::StreetAddress::US;
 use Net::Vitelity 0.05;
 use FS::Record qw( qsearch dbh );
@@ -322,6 +323,8 @@ sub _export_insert {
       'contactnumber' => $cust_main->daytime,
     );
 
+    warn Dumper($result) if $self->option('debug');
+
     if ( $result =~ /^ok:/i ) {
       my($ok, $portid, $sig, $bill) = split(':', $result);
       $svc_phone->lnp_portid($portid);

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

Summary of changes:
 FS/FS/part_export/vitelity.pm |    3 +++
 1 file changed, 3 insertions(+)




More information about the freeside-commits mailing list