Skip to content

Commit

Permalink
Merge pull request #773 from gurucomkz/gurucomkz-patch-issue-772
Browse files Browse the repository at this point in the history
fix: Declared Payments as pageable
  • Loading branch information
calcinai authored Oct 6, 2020
2 parents 498c382 + 9648a25 commit 90b378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XeroPHP/Models/Accounting/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static function getProperties()

public static function isPageable()
{
return false;
return true;
}

/**
Expand Down

0 comments on commit 90b378c

Please sign in to comment.