diff --git a/src/PlentymarketsRestClient/PlentymarketsRestClient.php b/src/PlentymarketsRestClient/PlentymarketsRestClient.php index 8e4dacb..addceb9 100644 --- a/src/PlentymarketsRestClient/PlentymarketsRestClient.php +++ b/src/PlentymarketsRestClient/PlentymarketsRestClient.php @@ -141,10 +141,6 @@ private function correctURL($url) $url = str_replace('http://', 'https://.', $url); } - if (!($sUrl->contains('www.'))) { - $url = str_replace('https://', 'https://www.', $url); - } - $url = rtrim($url, '/') . '/'; return $url;