misc qualifications bug fix
[Net-Ikano.git] / lib / Net / Ikano.pm
index 879e8ee..40eb7d8 100644 (file)
@@ -334,7 +334,7 @@ sub AUTOLOAD {
     my $respxml = $resp->decoded_content;
 
     $xs = new Net::Ikano::XMLUtil(RootName => undef, SuppressEmpty => '',
-       ForceArray => [ 'Address', 'Product', 'StaticIp', 'OrderNotes' ] );
+       ForceArray => [ 'Address', 'Network', 'Product', 'StaticIp', 'OrderNotes' ] );
     my $resphash = $xs->XMLin($respxml);
 
     warn "DEBUG RESPONSE\n\tHASH:\n ".Dumper($resphash)."\n\tXML:\n $respxml"