diff --git a/src/Install/OrderStateInstaller.php b/src/Install/OrderStateInstaller.php index 58123f5be..69111a68f 100644 --- a/src/Install/OrderStateInstaller.php +++ b/src/Install/OrderStateInstaller.php @@ -206,7 +206,7 @@ private function updateStateConfiguration(string $key, OrderState $orderState): { $shops = \Shop::getShops(); foreach ($shops as $shop) { - $this->configurationAdapter->updateValue($key, (int) $orderState->id, false, null, (int) $shop['id_shop']); + $this->configurationAdapter->updateValue($key, (int) $orderState->id, (int) $shop['id_shop']); } } }