mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
Use https Icml link when SSL is enabled
This commit is contained in:
parent
e7d4e2f8fe
commit
5b9b6a7a99
@ -65,7 +65,7 @@ class RetailcrmCatalogHelper
|
|||||||
|
|
||||||
public static function getIcmlFileLink()
|
public static function getIcmlFileLink()
|
||||||
{
|
{
|
||||||
return _PS_BASE_URL_ . '/' . self::getIcmlFilename();
|
return _PS_BASE_URL_SSL_ . '/' . self::getIcmlFilename();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getIcmlFileName()
|
public static function getIcmlFileName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user