diff --git a/app/Services/Import/Quickbooks/Service.php b/app/Services/Import/Quickbooks/Service.php index 4001ea0c0c4d..39d2091cf1b7 100644 --- a/app/Services/Import/Quickbooks/Service.php +++ b/app/Services/Import/Quickbooks/Service.php @@ -37,7 +37,7 @@ final class Service */ public function fetchInvoices(int $max = 100): Collection { - return $this->transformer->transform($this->fetchRecords( 'Invoice', $max), 'Invoice'); + return $this->fetchRecords('Invoice', $max) ; }