Fixes for Web Connector, and support for uc_qb.
Island Usurper - March 31, 2009 - 15:14
| Project: | Quickbooks API |
| Version: | 6.x-1.x-dev |
| Component: | QBWC |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
QBWC didn't seem to think that connectionError() was implemented correctly, and getLastError() didn't appear to be useful as written. The first part of this patch addresses these two issues.
The second half adds the retCount to the $response if one was returned from QuickBooks, because a lot of the response callbacks in uc_qb needed them. I didn't see any other way to get to that data, so receiveResponseXML() ought to pass it along.
The other changes are stylistic, and based mostly on my own preferences.
| Attachment | Size |
|---|---|
| connectionError.patch | 1.82 KB |
