namespace MiniOrange\IDPSaml\Helper;
class MoCurl extends \Magento\Framework\HTTP\Adapter\Curl
{
protected $_header;
protected $_body;
public function __construct()
{
$this->_config["verifypeer"] = false;
$this->_config["verifyhost"] = false;
$this->_config["header"] = false;
}
}
© 2023 Quttera Ltd. All rights reserved.