[freeside-commits] freeside/FS/FS/part_export netsapiens.pm, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sat May 30 21:57:02 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv25568

Modified Files:
	netsapiens.pm 
Log Message:
necessary for bin/cdr-netsapeins.import

Index: netsapiens.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/netsapiens.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- netsapiens.pm	20 May 2009 08:27:39 -0000	1.2
+++ netsapiens.pm	31 May 2009 04:57:00 -0000	1.3
@@ -39,9 +39,11 @@
   my @args = ( $command );
 
   if ( $method eq 'PUT' ) {
-    my $content = $method eq 'PUT' ? $ns->buildQuery( { @_ } ) : '';
+    my $content = $ns->buildQuery( { @_ } );
     $content =~ s/^\?//;
     push @args, $content;
+  } elsif ( $method eq 'GET' ) {
+    $args[0] .= $ns->buildQuery( { @_ } );
   }
 
   my $auth =



More information about the freeside-commits mailing list