Use https Icml link when SSL is enabled

This commit is contained in:
max-baranikov 2022-01-31 19:24:38 +03:00 committed by GitHub
parent e7d4e2f8fe
commit 5b9b6a7a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()