From 5b9b6a7a99041d0c8d99538c45bb3639c818c47c Mon Sep 17 00:00:00 2001 From: max-baranikov Date: Mon, 31 Jan 2022 19:24:38 +0300 Subject: [PATCH] Use https Icml link when SSL is enabled --- retailcrm/lib/RetailcrmCatalogHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retailcrm/lib/RetailcrmCatalogHelper.php b/retailcrm/lib/RetailcrmCatalogHelper.php index ba04a03..53addc9 100644 --- a/retailcrm/lib/RetailcrmCatalogHelper.php +++ b/retailcrm/lib/RetailcrmCatalogHelper.php @@ -65,7 +65,7 @@ class RetailcrmCatalogHelper public static function getIcmlFileLink() { - return _PS_BASE_URL_ . '/' . self::getIcmlFilename(); + return _PS_BASE_URL_SSL_ . '/' . self::getIcmlFilename(); } public static function getIcmlFileName()