-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
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
Invisible \u00A0 character before is_object() call #380
Comments
Same issue, any solutions, other than temporarily updating the vendor code? |
Same issue, In GetTransactionDetailsResponse.php line 96: Call to undefined function net\authorize\api\contract\v1\Â is_object() |
I am seeing the same hidden character issue here. AuthNet, any updates on this? We are looking at upgrading our AIM implementation to make use of this library through Composer, but this obviously won't fly for production.
|
Is there any news on this?? I get this from the sample code |
@gnongsie It looks like this issue (and #390) were addressed in your commit 4daeec2. Additionally, it looks like this commit was part of the 2.0.2 release. Is my understanding correct? If so, it looks like these two issues have been fixed and can be closed. |
There are non-breaking space UTF-8 characters in the source code that cause fatal errors. It looks like this is the case everywhere that the code calls
is_object
when checking the$data
array. I've referenced one example below, but they all have the same issue.sdk-php/lib/net/authorize/api/contract/v1/CreateCustomerProfileResponse.php
Line 225 in cba5827
The fatal error that is thrown is:
This looks like an issue with the code generation script:
sdk-php/scripts/appendSetCode.txt
Line 4 in cba5827
According to the contribution guide, I can't submit a pull request for those files.
The text was updated successfully, but these errors were encountered: