Skip to content

Commit

Permalink
Fixed SSL Url
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail0234 authored Mar 24, 2022
1 parent fb6fda8 commit 237ed71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IS/Kargo/Aras/ArasKargoRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
*
Expand Down Expand Up @@ -109,4 +109,4 @@ protected function sendRequest($queryFormat, $queryType, $queryInfo = array())

}

}
}

0 comments on commit 237ed71

Please sign in to comment.