Open cezaro opened 3 months ago
@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.
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
Something have changed in api response because now
IntuitResponse
can't parse xml from response. It happens because inIntuitResponse:148
method$this->getResponseContentType()
returnsapplication/xml;charset=UTF-8"
and it is compared toapplication/xml
because of that error code is not parsed correctly forFaultHandler
instance