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 []; if(!in_array($entity, $this->entities)) return [];
$records = []; $records = [];
$start = 1; $start = 0;
$limit = 100; $limit = 100;
try { try {
$total = $this->totalRecords($entity); $total = $this->totalRecords($entity);