QuickBooks-V3-PHP-SDK
QuickBooks-V3-PHP-SDK copied to clipboard
Typo in CoreConstants.php
/**
* Current QuickBooks Namespace for PHP SDK
* @var int Deflate
*/
const NAMEPSACE_DATA_PREFIX = 'QuickBooksOnline\\API\\Data\\';
NAMEPSACE_DATA_PREFIX should be NAMESPACE_DATA_PREFIX
Hey, I would like to work on this issue please assign this to me.
@gmariani I have raised a PR fixing this issue, please check. Thank you!
Looks like this constant is also used in: src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php src/Core/Http/Serialization/XmlObjectSerializer.php src/Utility/MetadataExtractor.php src/Facades/FacadeHelper.php
Just changing src/Core/CoreConstants.php will cause the rest of the files/classes to break.
Shall I make changes to these files as well?
Only if you don't want to break the SDK. lol
Hey @gmariani I have raised a PR with the said changes, please guide me if anything else needs to be done
Are there any more changes to be done in the PR #411?
Not that i know of, i have not tested this. I was just reporting the issue.