You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
instanceThe text was updated successfully, but these errors were encountered: