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
I have some issue with classNames:
Case mismatch between loaded and declared class names: Taxamo\calculateTaxOut vs Taxamo\CalculateTaxOut
I have changed Swager.php. Added ucfirst() to resolve this issue for now.
` - $class = "Taxamo"$class;
+ $class = "Taxamo\\".ucfirst($class);
`
Taxamo version from composer:
{ "name": "taxamo/taxamo-php", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/taxamo/taxamo-php.git", "reference": "cae61da6e482609d3b193d62bccc2c8294dd127a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/taxamo/taxamo-php/zipball/cae61da6e482609d3b193d62bccc2c8294dd127a", "reference": "cae61da6e482609d3b193d62bccc2c8294dd127a", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.3" }, "require-dev": { "simpletest/simpletest": "*" }, "type": "library", "autoload": { "classmap": [ "lib/Taxamo/" ], "files": [ "lib/Taxamo.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache" ], "authors": [ { "name": "Taxamo", "homepage": "https://github.com/taxamo/taxamo-php/contributors" } ], "description": "Taxamo PHP Library", "homepage": "http://www.taxamo.com/", "keywords": [ "api", "tax", "taxamo", "vat" ], "time": "2016-05-16 15:07:20" },
The text was updated successfully, but these errors were encountered:
Additional notice:
I use Symfony2 MVC. And this happens only when I switched in dev mode.
Sorry, something went wrong.
This is something that we have to investigate, especially if it occurs under specific conditions.
No branches or pull requests
I have some issue with classNames:
Case mismatch between loaded and declared class names: Taxamo\calculateTaxOut vs Taxamo\CalculateTaxOut
taxamo/taxamo-php/lib/Taxamo/Swagger.php at line 273
taxamo/taxamo-php/lib/Taxamo.php at line 726
I have changed Swager.php. Added ucfirst() to resolve this issue for now.
`
- $class = "Taxamo"$class;
`
Taxamo version from composer:
The text was updated successfully, but these errors were encountered: