Skip to content
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

Parsing error issue in IntuitResponse #516

Open
cezaro opened this issue Aug 15, 2024 · 2 comments
Open

Parsing error issue in IntuitResponse #516

cezaro opened this issue Aug 15, 2024 · 2 comments

Comments

@cezaro
Copy link

cezaro commented Aug 15, 2024

Something have changed in api response because now IntuitResponse can't parse xml from response. It happens because in IntuitResponse:148 method $this->getResponseContentType() returns application/xml;charset=UTF-8" and it is compared to application/xml because of that error code is not parsed correctly for FaultHandler instance

@ManikaSaiKiran
Copy link
Collaborator

@cezaro - Thank you for reporting this issue. We looked into it but have not been able to reproduce the problem you described. To help us investigate further, it would be useful if you could provide some additional details. Specifically, information on when you first started seeing the error, what PHP version you are using, request and response payloads etc. If you're using old PHP version, we recommend you to use latest version.

@cezaro
Copy link
Author

cezaro commented Aug 21, 2024

I'm using Laravel 9.52 and PHP 8.2. I can't really tell when this bug really started but sometimes it works perfectly. I'll try to collect more data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants