diff --git a/IS/Kargo/Aras/ArasKargoRequest.php b/IS/Kargo/Aras/ArasKargoRequest.php index e9b5d30..8d6debb 100644 --- a/IS/Kargo/Aras/ArasKargoRequest.php +++ b/IS/Kargo/Aras/ArasKargoRequest.php @@ -10,7 +10,7 @@ * @description Aras Kargo SOAP Servis Canlı Ortam URL * */ - protected $realUrl = 'http://customerservices.araskargo.com.tr/ArasCargoCustomerIntegrationService/ArasCargoIntegrationService.svc?wsdl'; + protected $realUrl = 'https://customerservices.araskargo.com.tr/ArasCargoCustomerIntegrationService/ArasCargoIntegrationService.svc?wsdl'; /** * @@ -109,4 +109,4 @@ protected function sendRequest($queryFormat, $queryType, $queryInfo = array()) } -} \ No newline at end of file +}