Open
Description
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
Metadata
Assignees
Labels
No labels