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) {
}
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.