mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
Fixed formatting
This commit is contained in:
parent
ce43131231
commit
14cbac39a6
@ -62,7 +62,7 @@ function upgrade_module_3_3_2($module)
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach ($shops as $shop) {
|
foreach ($shops as $shop) {
|
||||||
RetailcrmTools::setShopContext(intval($shop['id_shop']));
|
RetailcrmTools::setShopContext((int) $shop['id_shop']);
|
||||||
$api = RetailcrmTools::getApiClient();
|
$api = RetailcrmTools::getApiClient();
|
||||||
|
|
||||||
if (empty($api)) {
|
if (empty($api)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user