We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's with all the properties being declared with types like com\intuit\schema\finance\v3\IPPReferenceType:
com\intuit\schema\finance\v3\IPPReferenceType
https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPSalesTransaction.php#L71
When the namespace for IPPReferenceType is QuickBooksOnline\API\Data:
IPPReferenceType
QuickBooksOnline\API\Data
https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPReferenceType.php
This makes it impossible for a project setting these properties to pass static analysis without tons of exceptions
The text was updated successfully, but these errors were encountered:
This is incredibly annoying, please merge the PR I provided.
Sorry, something went wrong.
Fyi: the reason it's there is bc Bind.php could use it to map it against the XML schema, but that's not implemented anyway
Btw this won't be fixed ever, as they use it as a namespace prefix and the SDK is super buggy atm. See #505
Successfully merging a pull request may close this issue.
What's with all the properties being declared with types like
com\intuit\schema\finance\v3\IPPReferenceType
:https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPSalesTransaction.php#L71
When the namespace for
IPPReferenceType
isQuickBooksOnline\API\Data
:https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPReferenceType.php
This makes it impossible for a project setting these properties to pass static analysis without tons of exceptions
The text was updated successfully, but these errors were encountered: