Skip to content

Commit

Permalink
Removal of PageInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bailey committed Jul 16, 2024
1 parent 8de798c commit 1a80dec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XeroPHP/Remote/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1a80dec

Please sign in to comment.