Skip to content

Update from httpClient to curl method

The httpClient->request is sending data XML content as plain text, and this getting rejected at Worldpay Gateway. So updated it to use curl and Content-Type as text/xml

Merge request reports