QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Payment LineEx not populated

Open WMarkCaldwell opened this issue 3 years ago • 0 comments

Using PHP Api 5.4.5, and when I pull a payment using a query like "select * from Payment where Id = '1010'", the Line's LineEx is only populated with an empty "any" object.

It looks like this in a var dump of the response: ["LineEx"]=> object(QuickBooksOnline\API\Data\IPPIntuitAnyType)#120 (0) { }

We are expecting info in there. When I perform the same query in your web site (https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/payment#query-a-payment), it returns the LineEx populated as expected.

WMarkCaldwell avatar Nov 13 '20 22:11 WMarkCaldwell