mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +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) {
|
||||
RetailcrmTools::setShopContext(intval($shop['id_shop']));
|
||||
RetailcrmTools::setShopContext((int) $shop['id_shop']);
|
||||
$api = RetailcrmTools::getApiClient();
|
||||
|
||||
if (empty($api)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user