From 1a80dec43c8326d1a2bcf8d7a7ca98c61e9fcc55 Mon Sep 17 00:00:00 2001 From: Brett Bailey Date: Wed, 17 Jul 2024 08:32:36 +1000 Subject: [PATCH] Removal of PageInfo --- src/XeroPHP/Remote/Response.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/XeroPHP/Remote/Response.php b/src/XeroPHP/Remote/Response.php index 6c268fab..b5570187 100644 --- a/src/XeroPHP/Remote/Response.php +++ b/src/XeroPHP/Remote/Response.php @@ -319,7 +319,6 @@ public function parseXML() switch ($child_index) { case 'PageInfo': // TODO: We can potentially handle the page info and make it a value on the response object - break; case 'ErrorNumber': $this->root_error['code'] = (string)$root_child; @@ -367,7 +366,6 @@ public function parseJSON() switch ($child_index) { case 'PageInfo': // TODO: We can potentially handle the page info and make it a value on the response object - break; case 'ErrorNumber': $this->root_error['code'] = $root_child;