start at 0

This commit is contained in:
karneaud 2024-07-30 14:19:27 -04:00
parent 90b6907e71
commit 6d40891c74

View File

@ -77,7 +77,7 @@ final class SdkWrapper implements QuickbooksInterface
if(!in_array($entity, $this->entities)) return [];
$records = [];
$start = 1;
$start = 0;
$limit = 100;
try {
$total = $this->totalRecords($entity);