diff --git a/src/XeroPHP/Models/Accounting/Payment.php b/src/XeroPHP/Models/Accounting/Payment.php index c773bdcd..9a53b1fc 100644 --- a/src/XeroPHP/Models/Accounting/Payment.php +++ b/src/XeroPHP/Models/Accounting/Payment.php @@ -197,7 +197,7 @@ public static function getProperties() public static function isPageable() { - return false; + return true; } /**