summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevinse <levinse>2010-12-06 03:55:16 +0000
committerlevinse <levinse>2010-12-06 03:55:16 +0000
commit1b3dc909e39664cb33e743d8f3a285edffa41618 (patch)
tree2615cf28eb41cf92d2185d6f3138afb5c2035e23
parent7415fc54c1ba7ff6920c6e514490c1e85450dfdb (diff)
misc qualifications bug fix
-rw-r--r--lib/Net/Ikano.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Ikano.pm b/lib/Net/Ikano.pm
index 879e8ee..40eb7d8 100644
--- a/lib/Net/Ikano.pm
+++ b/lib/Net/Ikano.pm
@@ -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"