QuickBooks-V3-PHP-SDK
QuickBooks-V3-PHP-SDK copied to clipboard
Attributes Parser
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.
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 ?
Hello, This PR is solving a big problem for us. It would be cool to merge it :) Thanks! Quentin
@hlu2 are you able to review this PR please?
any news ?