Skip to content

Commit 237ed71

Browse files
authored
Fixed SSL Url
1 parent fb6fda8 commit 237ed71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IS/Kargo/Aras/ArasKargoRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @description Aras Kargo SOAP Servis Canlı Ortam URL
1111
*
1212
*/
13-
protected $realUrl = 'http://customerservices.araskargo.com.tr/ArasCargoCustomerIntegrationService/ArasCargoIntegrationService.svc?wsdl';
13+
protected $realUrl = 'https://customerservices.araskargo.com.tr/ArasCargoCustomerIntegrationService/ArasCargoIntegrationService.svc?wsdl';
1414

1515
/**
1616
*
@@ -109,4 +109,4 @@ protected function sendRequest($queryFormat, $queryType, $queryInfo = array())
109109

110110
}
111111

112-
}
112+
}

0 commit comments

Comments
 (0)