Skip to content

Commit

Permalink
fix: Payments are now pageable #772
Browse files Browse the repository at this point in the history
  • Loading branch information
gurucomkz authored Oct 6, 2020
1 parent 498c382 commit 9648a25
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 9648a25

Please sign in to comment.