intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
246 stars 246 forks source link

Payment LineEx not populated #376

Open WMarkCaldwell opened 4 years ago

WMarkCaldwell commented 4 years ago

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.