Closed jnstr closed 7 years ago
According to the Quickbooks documentation, the URI for the Preferences detail is "/company/:companyId/preferences". The default load function generated the URI in the format "/company/:companyId/preferences/:companyId", resulting in an API error.
This PR fixes this.
Apparently I've been supplying null on my playground and it works. This is better as $id should not be required in this case.
null
$id
Thanks @jnstr.
According to the Quickbooks documentation, the URI for the Preferences detail is "/company/:companyId/preferences". The default load function generated the URI in the format "/company/:companyId/preferences/:companyId", resulting in an API error.
This PR fixes this.