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

Attributes Parser

Open Raistlfiren opened this issue 6 years ago • 7 comments

This is a breaking fix for the library. It checks to see if a class exists from the XML documentation, and attempts to use the class to store the data. If there is a valid class it creates a new instance and then checks the doc comments to see if the xmlType is an attribute or value. So now the ID is stored in the IPPId object and you must get the value through $object->value. Same goes for other relationships. This addresses #163, #165, and #38.

Raistlfiren avatar Feb 21 '19 22:02 Raistlfiren

Hi, this PR resolves our issue because we lost the attribute "name" in many objects. When is it possible to merge this one to our master branch ?

rimoi avatar Jun 03 '19 15:06 rimoi

Hello, This PR is solving a big problem for us. It would be cool to merge it :) Thanks! Quentin

qpleple avatar Jun 04 '19 13:06 qpleple

@hlu2 are you able to review this PR please?

agileware-justin avatar Feb 08 '20 05:02 agileware-justin

any news ?

YoannChabert avatar Mar 15 '20 12:03 YoannChabert