QuickBooks-V3-PHP-SDK
QuickBooks-V3-PHP-SDK copied to clipboard
Fix recurring transactions method
- Added missing method params for
$startPosition
and$maxResults
which are used within the method - Replaced the call for
$entityList
which has never be defined with$currentResponse->getName()
not sure if this is the proper way but it does work on my side.