-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Description
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.
| if(is_array($data) || is_object($data)) { |
The fatal error that is thrown is:
Call to undefined function net\authorize\api\contract\v1\ is_object()
This looks like an issue with the code generation script:
sdk-php/scripts/appendSetCode.txt
Line 4 in cba5827
| if(is_array($data) || is_object($data)) { |
According to the contribution guide, I can't submit a pull request for those files.
mstrom, carywreams, jimfurnier, zohaibhassan156, phpstudyone and 1 more
Metadata
Metadata
Assignees
Labels
No labels